- 打開SQL Plus
- 輸入用戶名: sys as sysdba
- 輸入口令:可直接回車
- 連接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
- alter user sys identified by admin;
用戶已更改。
- conn sys/admin as sysdba;
已連接。
- alter user system identified by manager;
用戶已更改。