標籤:develop 啟用 software warning oracle資料庫 src oat log password
Oracle資料庫的測試使用者Scott的密碼為什麼是Tiger?
1977年6月,Larry Ellison 與 Bob Miner 和 Ed Oates 在矽谷共同創辦了一家名為軟體開發實驗室(Software Development Laboratories,SDL)的電腦公司(Oracle公司的前身)。
那個時候,32歲的Larry Ellison,這個讀了三家大學都沒能畢業的輟學生,還只是一個普通的軟體工程師。公司創立之初,Miner是總裁,Oates為副總裁,而 Ellison,因為一個合約的事情,還在另一家公司上班。
沒多久,第一位員工Bruce Scott加盟進來。Scott使用者的密碼Tiger,那是 Scott養的貓的名字.
啟用scott使用者
1 SQL> conn scott/tiger; 2 ERROR: 3 ORA-28000: the account is locked 4 Warning: You are no longer connected to ORACLE. 5 SQL> conn /as sysdba 6 Connected. 7 SQL> alter user scott account unlock; 8 User altered. 9 SQL> conn scott/tiger;10 ERROR:11 ORA-28001: the password has expired12 Changing password for scott13 New password: *****14 Retype new password: *****15 Password changed16 Connected.17 SQL> conn scott/tiger;18 Connected.
View Code
ORACLE的測試使用者Scott