Modified 06-OCT-2011 Type PROBLEM Status PUBLISHED
In this Document
Symptoms
Cause
Solution
References
Applies to:
Oracle Applications Manager - Version: 11.5.10.2 to 12.1.3 - Release: 11.5.10 to 12.1
Information in this document applies to any platform.
Symptoms
When attempting to clone the DB Tier , the following error occurs.
ERROR
-----------------------
Logfile Name : ApplyDBTier_08211054.log
RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase
StackTrace:
java.lang.Exception: Control file creation failed
at oracle.apps.ad.clone.ApplyDatabase.
at oracle.apps.ad.clone.ApplyDatabase.
at oracle.apps.ad.clone.ApplyDatabase.
at oracle.apps.ad.clone.ApplyDBTier.
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:274)
at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
at java.lang.Thread.run(Thread.java:534)
Also Log file addlnctl.txt showing the following error :
ERROR:
--------------
TNSLSNR for Linux IA64: Version 10.2.0.3.0 - Production
System parameter file is $RDBMS_ORACLE_HOME/network/admin/clone_dbclone/listener.ora
Log messages written to $RDBMS_ORACLE_HOME/network/admin/clone.log
Error listening on: (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCclone))
TNS-12555: TNS:permission denied
TNS-12560: TNS:protocol adapter error
TNS-00525: Insufficient privilege for operation
Linux IA64 Error: 1: Operation not permitted
Cause
The contents of directory /var/tmp/.oracle have wrong permission
Solution
Please apply the following solution:
1- change permission /var/tmp/ . oracle
[root@fakoradb tmp]# chmod -R 777 .oracle/
1 comment:
this did not solve, while same error as shown and same in logs !
thanks for post.
Post a Comment