Total Pageviews

Thursday, December 15, 2016

RCU error to configure OIM due to Oracle Database 12c


When you are running RCU to create schema's  for OIM and you observer during RCU run it failed when creating OIM schema's you have to manually create a view by

going to cd /u01/app/oracle/product/12.1.0.2/dbhome_1/rdbms/admin
ls xaview.sql
sqlplus as sysdba
@xaview.sql

it will create Synonym created.

Now your RCU will run successfully. it was failing because oracle 12c dont allow view to be created by RCU.



No comments:

Post a Comment