OBIEE 11.1.1.6 Custom RCU Creation Script

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

www.deliverbi.co.uk +44 (0)203 005 5244 Email : training@deliverbi.co.

uk

Delivering World Class BI Solutions

CUSTOM RCU CREATION SCRIPT FOR OBIEE 11.1.1.6

Authors: co founders of DELIVER BI

Shahed Munir (Technical Director) Krishna Mohan (Projects Director)


May 2012

Page 1 of 3

www.deliverbi.co.uk +44 (0)203 005 5244 Email : training@deliverbi.co.uk

There are occasions when the Oracle delivered Repository Creation Utility (RCU) cannot be used. Examples of this could be OBIEE installation team may not have the sys access or DBAs might not be able to run a GUI tool due to security policies. To overcome this situation we have come up with a custom RCU creation script that can be passed on to a DBA who has the sys access without the need to down load and run the GUI based RCU. This set of scripts create the required schemas namely DVBI_BIPLATFORM and DVBI_MDS. Both the schemas are set with password as abcd. Follow the below instructions 1. 2. 3. 4. 5. FTP File to Database Server Create a temporary Directory RCU Unzip the DVBI_RCU.zip file to within directory above Make sure permissions are ok for above files Connect to sqlplus as sys dba e.g sqlplus sqlplus sys/xxxxx@DBIK23.intra.net AS SYSDBA 6. At the sql prompt run the below command @create_users.sql After the above script is run, make sure the session has exited Open another session and check that the following users and schemas have been created User DBVI_BIPLATFORM DVBI_MDS Tablespace DVBI_BIPLATFORM DVBI_MDS RCU_TEMP

Proceed to next step only if the above users and table spaces have been created 1. Connect to sqlplus as sys dba e.g sqlplus sqlplus sys/xxxxx@DBIK23.intra.net AS SYSDBA 2. At the sql prompt run the below command @creatercu.sql Both the scripts above create two log files namely, rcu.log and rcu_users.log in the same directory as the scripts you unzipped.

Page 2 of 3

www.deliverbi.co.uk +44 (0)203 005 5244 Email : training@deliverbi.co.uk

WWW.DELIVERBI.CO.UK
Email us now for in depth training courses in OBIEE 11g, Any questions or queries: Email: training@deliverbi.co.uk Phone : +44 (0)203 0055244

Page 3 of 3

You might also like