oracle數(shù)據(jù)庫好學(xué)嗎 oracle數(shù)據(jù)庫默認(rèn)用戶和密碼是什么?
oracle數(shù)據(jù)庫默認(rèn)用戶和密碼是什么?默認(rèn)用戶是system、Sys、Scott和HR。系統(tǒng)的默認(rèn)密碼是manager。sys的默認(rèn)密碼為change on install。使用sys或系統(tǒng)用戶登錄
oracle數(shù)據(jù)庫默認(rèn)用戶和密碼是什么?
默認(rèn)用戶是system、Sys、Scott和HR。
系統(tǒng)的默認(rèn)密碼是manager。
sys的默認(rèn)密碼為change on install。
使用sys或系統(tǒng)用戶登錄后,使用以下命令解鎖:
alter user Scott identified by Tiger account unlock;
alter user HR identified by HR account unlock;
其中Scott/Tiger,HR/HR是用戶名和密碼。