After configuring new clone in R12.1.3 when i was trying to run adautoconfig.sh script on dbTier then it completing with errors.
In autoconfig logfile error stack:
In autoconfig logfile error stack:
Connected.
Checking for existence of the ACL ....
DECLARE
*
ERROR at line 1:
ORA-04031: unable to allocate 2032 bytes of shared memory ("shared
pool","XDbD/PLZ01TcHgNAgAIIegtw==","qmxlu subheap","qmichdlArrayImg")
ORA-06512: at line 16
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
txkcreateACL.sh: exiting with status 1
Cause:The configured shared_pool size in initialization parameter file is only 400 MB.
Solution:
=> Increase shared_pool size 1000 MB
=> Bounce database
=> Re-run autoconfig
This time it should complete successfully.
bash-3.00$ adautocfg.sh
Enter the APPS user password:
The log file for this session is located at: /u01/R12dbase_PREPROD/appsutil/log/PREPROD_erptest01/12161247/adconfig.log
AutoConfig is configuring the Database environment...
AutoConfig will consider the custom templates if present.
Using ORACLE_HOME location : /u01/R12dbase_PREPROD
Classpath : :/u01/R12dbase_PREPROD/jdbc/lib/ojdbc5.jar:/u01/R12dbase_PREPROD/appsutil/java/xmlparserv2.jar:/u01/R12dbase_PREPROD/appsutil/java:/u01/R12dbase_PREPROD/jlib/netcfg.jar:/u01/R12dbase_PREPROD/jlib/ldapjclnt11.jar
Using Context file : /u01/R12dbase_PREPROD/appsutil/PREPROD_erptest01.xml
Context Value Management will now update the Context file
Updating Context file...COMPLETED
Attempting upload of Context file and templates to database...COMPLETED
Updating rdbms version in Context file to db112
Updating rdbms type in Context file to 64 bits
Configuring templates from ORACLE_HOME ...
AutoConfig completed successfully.
bash-3.00$
Thanks for reading.
regards,
X A H E E R
Comments