sql plus 登入時密碼不正確

2021-06-07 16:31:45 字數 450 閱讀 5718

我在安裝時設定了密碼為ws,可是安裝完成後,進入sql plus時,我輸入密碼ws,密碼居然是錯誤的

真的不知道怎麼辦了,請高手指教!!!

問題補充:

進入sql plus 我輸入的使用者名為scott 密碼為我設定的ws   可是卻是這樣的提示( the account is locked)
答:

進入system使用者解鎖 輸入: 

alter user scott account unlock;

給scott 帳戶解鎖

alter user scott identified by 新密碼;

給scott 帳戶設定新的密碼

conn scott/新密碼

就可以登陸了

**:

VS Code中github賬戶密碼不正確

使用vs code上傳 時,一直提示賬戶或密碼錯誤。但我確定自己的賬戶密碼是正確的,所有找了一下原因。原因 提示輸入密碼時,需要的不是密碼,而是github personal access token。解決方法 在github的setting developer setting personal a...

C 輸入格式不正確

機房收費系統統計乙個操作員結賬情況時,對充值 退卡 收費進行求和查詢。報錯我的d層沒毛病的 是這樣寫的 sqlhelper.sqlhelper sqlhelper new sqlhelper.sqlhelper sqlparameter sqlparams1 string sql1 select s...

MySQL order by 排序結果不正確

新建一張測試表 create table tb1 id bigint 20 not null auto increment,a decimal 19,2 not null,acid bigint 20 not null,prid bigint 20 not null,primary key id k...