Wednesday, November 21, 2012

64-Bit & OID RCU Issues

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.

4 comments:

Kuntal Godbole said...

Dude you are the Man!!!!
Thanks a ton keep up the good work.

YuviRenu said...

Thanks a lot. I searched whole google for this problem, then finally found your post.

auEccles said...

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).

Anonymous said...

Thanks sharing...I have struggled a lot for this problem.

-Amarnath