oracle解除對scott/tiger用戶的鎖定
來源:易賢網(wǎng) 閱讀:1400 次 日期:2014-10-21 14:08:42
溫馨提示:易賢網(wǎng)小編為您整理了“oracle解除對scott/tiger用戶的鎖定”,方便廣大網(wǎng)友查閱!

oracle 解除對scott/tiger用戶的鎖定

1、查證目前系統(tǒng)對于scott用戶的狀態(tài):

select * from dba_users where upper(username)='scott';

account_status:expired & locked

2、解除對于scott用戶的鎖定:

conn sys/bitservice@ttonline as sysdba;

alter user scott account unlock;

select * from dba_users where upper(username)='scott';

account_status:expired

3、連接scott用戶:

conn scott/tiger@ttonline;提示該用戶已經(jīng)過期,請重新輸入新的密碼:tiger

conn scott/tiger@ttonline;此次可以正常連接此用戶。

4、查看scott用戶的狀態(tài):

conn sys/bitservice@ttonline as sysdba;

select * from dba_users where upper(username)='scott';

account_status:open

更多信息請查看IT技術(shù)專欄

更多信息請查看數(shù)據(jù)庫
易賢網(wǎng)手機(jī)網(wǎng)站地址:oracle解除對scott/tiger用戶的鎖定
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機(jī)站點(diǎn)

版權(quán)所有:易賢網(wǎng)