Native compilation of very large plsql package failed
We have set plsql_code_type= native on our EBS database. We have no
issue doing native compilation for any plsql package except for one
very large plsql package created by EBS accounting program. It failed
during native compilation with this memory error on c compiler.
PLS-00923: native compilation failed: C compilation or linking failed:
cc1: out of memory allocating 14616 bytes after a total of 269578240 bytes
Have anyone encountered this type of issue?
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
PLS-00923: native compilation failed: C compilation or linking failed:
cc1: out of memory allocating 14616 bytes after a total of 269578240 bytes
Have anyone encountered this type of issue?
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
0