普通用戶登陸oracle顯示用戶被鎖定或禁用?
使用sysdba身份登錄,解鎖
例如要解鎖scott用戶,可以如下:
sqlplus / as sysdba
alter user scott identify by password account unlock;
其中password是新設(shè)置的密碼
普通用戶登陸oracle顯示用戶被鎖定或禁用?
使用sysdba身份登錄,解鎖
例如要解鎖scott用戶,可以如下:
sqlplus / as sysdba
alter user scott identify by password account unlock;
其中password是新設(shè)置的密碼