Hi All,
Issue while running pre-clone After 11.2.0.2 Database upgrade.
Error stack while running adpreclone.pl from 11gR2 Oracle_Home in Applications 11.5.10.2 Environment:
Cause:
Thanks there was a known bug for staging Applications 11i clone after 11gR2 upgrade.
MOS tech note:
Perl Adpreclone.Pl Dbtier Fails After Upgrading Database to 11gR2 [ID 1267473.1]
Solution:
This tech note recommends to apply patch 10182813 to solve this issue.
There are Pre-req patches need to be applied before applying this patch, so please refer patch readme for Installing this patch and its dependent patches.
After applying all of these patches i was able to run pre-clone successfully.
Happy cloning :)
Issue while running pre-clone After 11.2.0.2 Database upgrade.
Error stack while running adpreclone.pl from 11gR2 Oracle_Home in Applications 11.5.10.2 Environment:
# Calling StageDBTechStack...
Creating Staging Area
DEBUG: 10g OUI exists
Cloning Stage Area already exists, updating existing area.
Error while attempting to read or match version
java.lang.NullPointerException
RC-00009: Unable to locate classes111.zip in /u01/oracle/11.2.0.2/jdbc/lib/
Raised by oracle.apps.ad.clone.util.CreateCloningStage
RC-50007: Could not create cloning stage area at /u01/oracle/11.2.0.2/appsutil/clone/
Raised by oracle.apps.ad.clone.util.CreateCloningStage
StackTrace:
java.lang.Exception: RC-50007: Could not create cloning stage area at /u01/oracle/11.2.0.2/appsutil/clone/
Raised by oracle.apps.ad.clone.util.CreateCloningStage
at oracle.apps.ad.clone.util.CreateCloningStage.(CreateCloningStage.java:186)
at oracle.apps.ad.clone.util.CreateCloningStage.(CreateCloningStage.java:140)
at oracle.apps.ad.clone.util.CreateCloningStage.(CreateCloningStage.java:124)
at oracle.apps.ad.clone.StageDBTechStack.doStage(StageDBTechStack.java:313)
at oracle.apps.ad.clone.StageDBTechStack.(StageDBTechStack.java:289)
at oracle.apps.ad.clone.StageDBTier.(StageDBTier.java:211)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
at java.lang.Thread.run(Thread.java:595)
Cause:
Thanks there was a known bug for staging Applications 11i clone after 11gR2 upgrade.
MOS tech note:
Perl Adpreclone.Pl Dbtier Fails After Upgrading Database to 11gR2 [ID 1267473.1]
Solution:
This tech note recommends to apply patch 10182813 to solve this issue.
There are Pre-req patches need to be applied before applying this patch, so please refer patch readme for Installing this patch and its dependent patches.
After applying all of these patches i was able to run pre-clone successfully.
Happy cloning :)
Comments