I come, I see, I conquer

                    —Gaius Julius Caesar

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

[xx_svr:/app/oracle]$export ORACLE_SID=instancename1
[xx_svr:/app/oracle]$sqlplus /nolog
SQL> conn /as sysdba;
SQL> select name from v$database;
NAME
------------------
instancename1
SQL> alter user sys identified by abc123;
User altered.
SQL>

posted on 2015-01-12 16:49  jcsu  阅读(214)  评论(0)    收藏  举报