启动数据库时出现如下错误:
    ora-06000:internal error code,arguments:[733],[1277174832],[pga heap],[],[],[],[],[]
 请问该如何处理?  谢谢

解决方案 »

  1.   

    Ora-00600 [733], [1902261712], [Pga Heap], [],Applies to:  Oracle Server - Enterprise Edition - Version: 8.1.6.0
    This problem can occur on any platform.Symptoms
    ORA-600[733] at shutdown immediate, database startup fine.ALERT.LOG:Thu Aug  5 01:32:41 2004
    ARCH shutting down
    ARC0: Archival stopped
    Thu Aug  5 01:32:42 2004
    Errors in file /var/oracle/admin/EMW_PR/udump/ora_6641_emw_pr.trc:
    ORA-00600: internal error code, arguments: [733], [1902261712], [pga heap], [], Cause
    The impact of this error is minimal, because the error is raised after database is dismounted.There are few bugs and no solution as Bug 3680978">Bug 3680978 ORA-600[733][1398164904], [PGA HEAP] AT SHUTDOWNThe error is coming from sqlnet connections after database is shutdown.SolutionThe simplest workaround would be to disable the listener before shutting down the instance to prevent new logon attempts.This is good practice anyway as you do not want lots of attempted connections as the instance comes down or as it comes up.
    也就是说这个问题的解决方案就是:在关闭数据库之前,先停止监听器
    在启动数据库之后,再启动监听器
      

  2.   


         这个在我们online系统上也经常出现,主要发生在数据大量读写操作,
    数据库压力较大的情况下,之前以为是光纤问题,后来查证没有,oracle
    工程师对这个也无法给出相关的结论,也不承认是BUG
      

  3.   

    机子环境:window2003 + oracle 9I
    客户端在连接时出现了
    ORA-01034: ORACLE not available 
    ORA-27101: shared memory realm does not exist
    (原因:突然停电后启动机子。)
    我用sqlplus "/ as sysdba"
    sql> startup
    便出现了 
     ora-006000:internal error code,arguments:[733],[1277174832],[pga heap],[],[],[],[],[]
    哪位老兄能解决一下。