用internal连接后:
SQL>alter user system identified by xxxx;
SQL>conn system/xxxx@yyy;

解决方案 »

  1.   

    SQLPLUS下
    SQL>alter user system identified by your_password;
    DBA Studio下可找到system用户,直接修改即可。
      

  2.   

    SQL> alter user system idetified by system;
    alter user system idetified by system
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available这是什么原因???????????
      

  3.   

    那你还说INTERNAL可以连接上,oracle服务都停掉了。
    检查数据库是否已经启动
      

  4.   


    如果是oracle8i的话,
    在命令提示符下:
    C:\>svrmgrl
    svrmgr>connect internal
    svrmgr>shutdown
    svrmgr>startup
    看有什么错误没有,没有错误再进入sql*plus执行上述语句