oracle 数据库忘记system密码
SQL> conn /as sysdba
已连接。
SQL> alter user system identified by htxx;
用户已更改。
SQL> alter user sys identified by htxx;
用户已更改。
SQL> exit
从 Oracle Database 11g Release 11.2.0.1.0 - Production 断开
SQL> conn /as sysdba
已连接。
SQL> alter user system identified by htxx;
用户已更改。
SQL> alter user sys identified by htxx;
用户已更改。
SQL> exit
从 Oracle Database 11g Release 11.2.0.1.0 - Production 断开