Pageviews

Thursday, December 26, 2019

RCU 12c Configuration

Recommended - Follow previous steps for installing OIM before running the RCU https://rite-oim.blogspot.com/2019/12/oim-installation-12c-22-december-2019.html (Ignore, if already done)


After completing the above steps, start running RCU with some prerequisites scripts -


export ORACLE_HOME=/home/oracle/12C/oracle_db/db_home/
export ORACLE_SID=db12c
cd /home/oracle/12C/oracle_db/db_home/bin/
./sqlplus
sys as sysdba

Start the Database


STARTUP

Check database status


select * from dual;

            Now run below SQL queries to switch the container and set the required parameters


ALTER PLUGGABLE DATABASE ORCLPDB OPEN READ WRITE;

commit;

alter session set container=ORCLPDB;

alter system set open_cursors=800 scope=both;

commit;

show parameter open_cursors;

@/home/oracle/12C/oracle_db/db_home/rdbms/admin/xaview.sql
commit;

Now run the RCU


cd /home/oracle/12C/middleware/oracle_common/bin
./rcu



































After RCU, start Weblogic Domain Configuration - https://rite-oim.blogspot.com/2019/12/weblogicdomain-configuration-22.html






No comments:

Post a Comment