如果你只是想知道要那些PATCH的话,这就是了:IX72696 Segmentation fault can occur in WALK_LIBS (LOADANDINIT())
IX81863 AIX process hangs in listlio and liowait
IX85104 msgget() retuns a negative number
IX87313 64-bit application buffer cannot cross segment boundary
IX87382 Socket lock problem for AF_UNIX
IX89087 Thread doing AIO hangs in stress test
IX89552 System crashes with corrupted stack
IY02407 AIO bug in v_movep
IY03412 aio_nwait system call
1Y05995 Thread missed wakeup in aio_nwait()
1Y07276 aio_suspend returns without I/O completion on 00/03/09 PTF pechange
1Y01050 Support for non-root access to kernel perf stat想知道具体的错误,去$ORACLE_BASE/oraInventory/logs去看看安装的日志。

解决方案 »

  1.   

    你可以用oslevel 命令确定当前的AIX 版本, 
    # oslevel 
    4.3.3.0 

    或者你也可以用oslevel -r,确定当前的AIX 版本和ML(the maintenance level of the system): 
    # oslevel -r 
    4330-09 

    这样的结果,类似于用instfix 命令查看当前的ML: 
    $ instfix -i | grep ML 
    All filesets for 4.3.0.0_AIX_ML were found. 
    All filesets for 4.3.1.0_AIX_ML were found. 
    All filesets for 4.3.2.0_AIX_ML were found. 
    All filesets for 4320-02_AIX_ML were found. 
    All filesets for 4.3.3.0_AIX_ML were found. 
    All filesets for 4330-01_AIX_ML were found. 
    All filesets for 4330-02_AIX_ML were found. 
    All filesets for 4330-03_AIX_ML were found. 
    All filesets for 4330-04_AIX_ML were found. 
    All filesets for 4330-05_AIX_ML were found. 
    All filesets for 4330-06_AIX_ML were found. 
    Not all filesets for 4330-07_AIX_ML were found. 
    All filesets for 4330-08_AIX_ML were found. 
    All filesets for 4330-09_AIX_ML were found. 
    All filesets for AIX43ML were found. 

    可见,我们的是AIX 4.3.3 ,ML是09的 
    5. 查看OS 是否为64 bit: 
    如果是64 bit位的OS,可以装32 bit 或者64 bit 的oracle 8i ,但是 32 bit的OS 只能装32 bit 的oracle;