今天看到一个帖子里有位朋友列出了错误信息
举个例子吧ORA-01033
Cause: There are two possible causes: Either an attempt was made to issue an ALTER SESSION statement with an invalid NLS parameter or value; or the NLS_LANG environment variable contains an invalid language, territory, or character set.Action: Check the syntax of the ALTER SESSION statement and the NLS parameter, correct the syntax and retry the statement, or specify correct values in the NLS_LANG environment variable. For more information about the syntax of the ALTER SESSION statement, see the Oracle9i SQL Reference.这些内容是在什么地方查到的呢

解决方案 »

  1.   

    http://www.ora-code.com/
    这个可以查
      

  2.   


    SQL> oerr ora 1033
    SP2-0734: unknown command beginning "oerr ora 1..." - rest of line ignored.
    SQL>
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
     - Production
    With the Partitioning, OLAP and Data Mining optionsC:\Documents and Settings\Admin>oerr ora 1033
    'oerr' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。
      

  3.   

    呵呵 这个是可以查
    不过好像不太详细哦
    就比如说ORA-01033吧ORA-01033: ORACLE initialization or shutdown in progress 
    Cause: An attempt was made to log on while Oracle is being started up or shutdown.
     
    Action: Wait a few minutes. Then retry the operation.
     
      

  4.   

    今天NBA很精彩呀
    热火-骑士
    湖人-太阳
      

  5.   

    http://tahiti.oracle.com/pls/tahiti/tahiti.error_search?prefill=这个地方好像也可以查
    和刚才你给的那个链接差不多
      

  6.   

    http://ORA-01033.ora-code.com/ ORA-01033 这个自己换, 我都是这样查的..
      

  7.   

    没有什么有比较好的error描述的。需要收集吧。
      

  8.   

    这个是不是只能在LINUX或UNIX下才能用呀我刚去LINUX试了下
    [oracle@mylinux ~]$ oerr ora 01033
    01033, 00000, "ORACLE initialization or shutdown in progress"
    // *Cause: An attempt was made to log on while Oracle is being started up
    //         or shutdown.
    // *Action: Wait a few minutes. Then retry the operation.
    [oracle@mylinux ~]$ 
      

  9.   


    windows 下好像是没看到过哈。