If you try to create FMW repository running on 64-bit, and you run into the following error:
oid schema rcu fails ERROR rcu: oracle.sysman.assistants.rcu.backend.action.SQLPlusAction::perform: Error initializing SQLPlusEngine
Set the SQLPLUS_HOME to point to your existing 64-bit Oracle 'sqlplus' installation:
export SQLPLUS_HOME=$ORACLE_HOME
then run RCU.
Wednesday, November 21, 2012
Subscribe to:
Post Comments (Atom)
4 comments:
Dude you are the Man!!!!
Thanks a ton keep up the good work.
Thanks a lot. I searched whole google for this problem, then finally found your post.
Thank you, worked a treat on a 64bit Windows 8 enterprise virtual desktop, using a 64 bit home.
Extra step for Windows: edit the RCU.bat file, setting JUST the SQLPLUS_HOME value in the java calls at the end to the 64bit Oracle home (either client or full database software install).
Thanks sharing...I have struggled a lot for this problem.
-Amarnath
Post a Comment