Вы находитесь на странице: 1из 7

This document will describe step by step procedure to install OIC Analytics. 1) On OIC Analytics DB create following user.

Create user ODI_MASTER identified by odi_master; Create user DEV_ODI_WORK identified by dev_odi_work; Create user TEST_ODI_WORK identified by test_odi_work; Create user DEV_OIC_DATAMART identified by dev_oic_datamart; Create user TEST_OIC_DATAMART identified by test_oic_datamart; Grant connect, resource to ODI_MASTER,DEV_ODI_WORK, TEST_ODI_WORK, DEV_OIC_DATAMART, TEST_OIC_DATAMART; GRANT create synonym TO DEV_OIC_DATAMART, TEST_OIC_DATAMART; GRANT create view TO DEV_OIC_DATAMART, TEST_OIC_DATAMART; CREATE PUBLIC DATABASE LINK ORACLE_APPS CONNECT TO APPS_QUERY IDENTIFIED BY &AppsPassword USING (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = &HostName) (PORT = &PortNo)) (CONNECT_DATA = (SID = &DBName))); Run script OIC_Analytics_DDL.sql. This will Create Datamart tables. Run script cnanasrcsyss.sql, cnanasrcsysb.sql, This will create package in datamart schema. Run script insert_seed_data.sql. This will insert important information required for ETL run.

2) On OIC EBS DB create following user. Create user APPS_QUERY identified by apps_query;
--This user will have have same previledges like APPS user but read only. Please read through these articals to know more about how to create APPS read only user. --http://mtalmasri.blogspot.co.uk/2011/05/create-read-only-appsebs-schema.html --http://oracle.anilpassi.com/read-only-schema-in-oracle-apps-11i-2.html

Give create table/view/synonym/sequence privileges to APPS_QUERY. Give read permission on all objects in CN/JTF/HR/GL/APPLSYS/XXHIBU schemas to APPS_QUERY. Give read/execute permission on GL_CURRENCY_API, MO_GLOBAL to APPS_QUERY. Run cn_s_quota_fact_source.sql (Create table cn_s_quota_fact_source) Above table need to be either in APPS or APPS_QUERY schema whichever you decided to use.

3) On ODI Studio create repositories by following these steps. a. Open ODI 11g Studio. b. From the menu bar, click/select -> File -> New -> Master Repository Creation Wizard (Creates a new Master Repository)

c. Register the connection details

(Please ensure the Repository ID is

501 )

d. Test the connection and press Next button and enter SUPERVISOR password.

e. Connect to the Master Repository.

f.

Go to Topology and right clinck on Work repository New Work Repository

g. Enter host database details and user details for work repository. Test the connection.

(Please ensure the Repository ID is

501 )

4) Ask DBA to apply Patch 15895689 in EBS

5) Create Topologies. a. Physical Architecture. Right click on Technology Oracle New data Server

b. Create Physical Schema. Right click on Physical Server New Physical Schema.

c. Go to Logical Architecture Oracle Right click New Logical Schema

d. Go to Context Create New Context.

Вам также может понравиться