Monday, July 8, 2013

Oracle Apps DBA Issues-2

Q: - while installing R12 we get the error “Rapidwiz fails with error: RC-20200: Fatal: Could not find Unzip” on Solaris.
Solution: unzip the p8639046_R12_GENERIC.zip in stage area. Rapidwiz wants high version to unzip.

Q: - While installing R12 we get the error “RW-50016:ERROR :-{0} was not create” on post install steps at login page level .
Solution: we have to recreate the dbc file by using adgendbc.sh then we click the retry button on screen
Note: first we have to run the Autoconfig on db tier. If it successful no need to create dbc file.
If it fails we have to create the dbc file using adgendbc.sh.

Q: while upgrading from 12.1.1 to 12.1.2 we get the error “ORA-04030: out of process memory “
Solution: - We have to run the adpatch again very less number of workers.
Note: While we applying 7303030 patch default it shows 64 workers. I have given the 30 workers but i got the above error then again we run the adpatch freshly using 12 workers and resolved the issue. So during upgradation we have to enter the vey less number of worker


Q: adcfgclone.pl error:RC-50014: Fatal: Execution of AutoConfig was failed in R12.


When we check the log file we can see the error like below
AutoConfig could not successfully instantiate the following files:

Directory: /u01/oradb/db/tech_st/11.1.0/appsutil/install/TEST1_<hostname>

adcrdb.sh INSTE8

AutoConfig is exiting with status 1

RC-50014: Fatal: Execution of AutoConfig was failed

Raised by oracle.apps.ad.clone.ApplyDatabase
Solution: we have to copy the adcrdb.sh file ($ORACLE_HOME/appsutil/template) from Source to target ($ORACLE_HOME/appsutil/template) then we run the adcfgclone.pl dbTier again.
Note: Normally adcrdb.sh file is missed if we provide the wrong apps password on target


No comments:

Post a Comment