RAC dbca - dbhome_1/perl/bin/perl: No such file or directory
826063Dec 22 2010 — edited Dec 23 2010Following on http://forums.oracle.com/forums/thread.jspa?threadID=2149081&tstart=0 I am double posting here.
If anyone of the Mods/Admins can, please merge those 2 threads in this one.
Hi everyone,
After a successfull installation or RAC (GI 10.2.0.2 + RDBMS 11.2.0.2) and the setup ASM Disk Group through asmca, I am having a problem during the creation of a new RAC database.
The following error is displayed during the last step of DBCA
Error starting Database Control on nodes: <secondary node>
Execute the following command(s) on nodes: <secondary node>
+1) Set th enviromental variable ORACLE_UNQNAME to Database unique name+
+2) /u01/app/oracle/product/11.2.0/dbhome_1/bin/emctl start dbconsole+
The problem is that if I try to execute this given command I get the following error on the <secondary node>:
+/u01/app/oracle/product/11.2.0/dbhome_1/bin/emctl: line 421: /u01/app/oracle/product/11.2.0/dbhome_1/perl/bin/perl: No such file or directory+
After a little search, I found out that */u01/app/oracle/product/11.2.0/dbhome_1/perl/bin* in <secondary node> is empty.
On the primary RAC node everything is OK.
Does anyone have any idea why this happened ?
Do you think it's safe to copy the perl binaries from the other node and consider it as fixed or should I do a reinstall of the whole product and maybe watch for anything else ?
Until now I didn't have any installation errors, neither during the two OUIs (GI + RDBMS) or anything else...
Regards,
Sokratis
Update
After copying all the files under perl/bin, perl/lib and all the binaries under $ORACLE_HOME/bin everything worked correctly, or at least it seems so...
Edited by: user9276913 on Dec 23, 2010 12:27 AM