In response to: Oracle Cloud with WebLogic and ATP database - RCU Schema Creation and Product Load
Comment from: kkovachki Member

Hello Shannon Ju,
Yes, this is correct as per the above information this is visible but what is very important here is that you don’t need all this!!!!
Very simple - check this - https://blog.dba.bg/index.php/kkovachki/weblogic/oracle-cloud-with-weblogic-and-atp-database-rcu-schema-creation-silent
The main problem is that RCU is not ready for ATP at all
If you check what I give you as a link, you can see that you don’t execute rcu with sysdba but with normal admin user which is just high privileges user.
Add this special environment:
export RCU_LOG_LOCATION=/opt/oracle;export RCU_SSL_MODE=true;export RCU_SKIP_PRE_REQS=ALL
RCU - in silent mode - we run like this
-dbUser ADMIN
-dbRole normal
-useSSL
-sslArgs
Now let’s go back to RCU with GUI, we don’t have a lot of options compare to rcu in silent mode
Regards,
Latest Comments