Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
schemas for RCU prefix have already been used

Hi all,
I am having a rotten time installing OBIEE 12c and seem to have come to a grinding halt.
The installation failed during the "Create Service Instance" section (77%).
Now when I try to re-run the configuration, i'm unable to use the schemas I created using RCU.
It gives me the following error:
"Schemas for RCU prefix 'XXXXX_STB' have already been used. Rerun RCU to create clean schemas."
Does anyone know whether it's possible to reset here without having to drop the schemas and start again?
I'm working late at night and don't have sysdba privs.
Thanks in advance,
Adam
Answers
-
That's always a nasty situation since you never know exactly what's in there already.
So you can try truncating all the tables rather than dropping them.
Normal procedure unfortunately is dropping, sorry.
0 -
Thanks for your reply Christian,
Would you say the best step from here is to get the DBA team to drop the schemas (via the RCU), re-create the schemas and then re-run the config?0 -
Yes, absolutely
0 -
Being you I would not tell the DBA to drop the schemas, as it's not a real DB drop. The drop really need to be done by the RCU tool, as there are things added in other parts of the DB if not wrong (a system registry or whatever it is to list the existing RCU schemas etc.).
So do not manipulate it as a simple DB object: RCU is created by the RCU tool and need to be dropped by the RCU tool, not by hand.
0 -
True that's what I meant. Run the wizard to drop things.
0 -
Hi guys,
Yeah had already considered that luckily.
I have just had the DBA drop the schemas via the RCU, recreated them and started the config again when I realised that it was going to fail again due to the following:
This seems to be the error I had at 77% so will report back if changing the location of JAVA install helps.Thanks,
AdamEDIT: Removing the space in the java install path fixed the issues when "adding default service instance" at 77% of install.
0