Facing Precompiler (procob32) error in Oracle 9.0.2.0.7
We had installed oracle 9i patchset 9.2.0.7.0 on HP UNIX 11i V2 itanium Series. We install precompilers also. But while compiling PCO files IRRGL.PCO we getting the following error.
procob32 include=$ORACLE_HOME/$LIB hold_cursor=yes ireclen=132 oreclen=132 sqlcheck=full maxopencursors=40 maxliteral=160 IRRGL
Pro*COBOL: Release 9.2.0.7.0 - Production on Thu Apr 16 15:49:51 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
System default option values taken from: /oracle/app/oracle/product/9.2/precomp/admin/pcbcfg.cfg
/home/scripts/secompilepco[119]: 9540 Memory fault(coredump)
After this error the core file get generated at same mountpoint.
Before installing this patchset we are using Oracle 9.2.0.5.0 version and everything was running fine.
procob32 include=$ORACLE_HOME/$LIB hold_cursor=yes ireclen=132 oreclen=132 sqlcheck=full maxopencursors=40 maxliteral=160 IRRGL
Pro*COBOL: Release 9.2.0.7.0 - Production on Thu Apr 16 15:49:51 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
System default option values taken from: /oracle/app/oracle/product/9.2/precomp/admin/pcbcfg.cfg
/home/scripts/secompilepco[119]: 9540 Memory fault(coredump)
After this error the core file get generated at same mountpoint.
Before installing this patchset we are using Oracle 9.2.0.5.0 version and everything was running fine.
0