不知道該怎麼說,
怎麼每次裝完 Oracle 之後怎麼樣都登入不進去?
查了一下可以用以下的做法更改密碼。
C:\Users\Frankie>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on 星期四 11月 15 17:55:12 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
連線到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> alter user sys identified by chen1976$;
已更改使用者.
SQL> alter user system identified by chen1976$;
已更改使用者.
SQL>
我猜可能是安裝的時候我的密碼不符合 Oracle 的安全性要求吧?