0% found this document useful (0 votes)
13 views12 pages

Oracle Biapps

Uploaded by

kchennup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views12 pages

Oracle Biapps

Uploaded by

kchennup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 12

Pre – Refresh Details for DEV BIACM:

1. Connection Details for EBS:

jdbc:oracle:thin:@//tvohspearxd507.oracleoutsourcing.com:15710/DPEA5I

Username -> INTRFC_BI2

2. Connection Details for HR

Download Folder for HR Analytics

/dpea33/admin/instances/dpea33_vmsodpear004/biapps/shared/200/download

Staging

/dpea33/admin/instances/dpea33_vmsodpear004/biapps/shared/200/ReplStg

Upload

/dpea33/admin/instances/dpea33_vmsodpear004/biapps/shared/200/upload

Source File Folder

/dpea33/admin/instances/dpea33_vmsodpear004/biapps/shared/200/srcFiles
3.DEV ODI:

a. Agent DEV

b. MASTER ID:
c. WORK ID:

d. Work Repo Connection Details:


Jbbcd -> jdbc:oracle:thin:@(description=(address=(host=scan-pear-502)(protocol=tcp)(port=10110))
(connect_data=(service_name=DPEA33)(server=dedicated)))

e. Work Repo 2 Details:

ID

f. WorkRepo 2 Connection details:


Jdbc -> jdbc:oracle:thin:@tvohspearxd507-vip.oracleoutsourcing.com:33711/dpea33

g. Technologies: UCM

h. File technology:
i. Oracle Technology:

Jdbc

jdbc:oracle:thin:@//tvohspearxd507.oracleoutsourcing.com:15710/DPEA5I

4. ODI Dev Topology Backup -> D:\Refresh\deloy.zip DONE


5. ODI BICOMP Schema Backup Taken - /ood_repository/refresh/3-6XB9CTJ/target DONE

6. ODI Schema ODIRepo Backup Taken - /ood_repository/refresh/3-6XB9CTJ/target DONE

ODI Refresh:

Check if SA has copied BICOMP and ODI Repo Schemas from source to Target

7. Take Import of bicomp Scheme. Please note to Make count of objects to Zero and not to drop
user and take Import

Sample Script to make Count of Objects to Zero.

conn / as sysdba

select name from v$database;


SET PAGESIZE 0;
Set feedback off
Spool /ood_repository/drop_DPEA33_DW_objects.sql
Select 'drop ' || object_type ||' '||OWNER||'.'||object_name|| ';' from dba_objects where
owner='DPEA33_DW';
Spool off;
!vi /ood_repository/drop_DPEA33_DW_objects.sql --> Remove first and Last Line in Editor..

conn DPEA33_DW/xxxx
show user
select count(1) from tab;
@ /ood_repository/drop_DPEA33_DW_objects.sql
purge recyclebin;
select count(1) from tab;

Import Command:

nohup impdp \'/ as sysdba\' REMAP_SCHEMA=PPEAR3_BIACOMP:DPEA33_BIACOMP


REMAP_TABLESPACE=PPEAR3_BIACOMP:DPEA33_BIACOMP directory=TGT_IMP
dumpfile=PPEAR3_BIACOMP.dmp logfile=PPEAR3_BIACOMP:DPEA33_BIACOMP_IMP.log &

8. Take Import of DPEA33_BIA_ODIREPO. Please note to Make count of objects to Zero and not
to drop user and take Import

Sample Script to make Count of Objects to Zero.

conn / as sysdba

select name from v$database;


SET PAGESIZE 0;
Set feedback off
Spool /ood_repository/drop_DPEA33_DW_objects.sql
Select 'drop ' || object_type ||' '||OWNER||'.'||object_name|| ';' from dba_objects where
owner='DPEA33_DW';
Spool off;
!vi /ood_repository/drop_DPEA33_DW_objects.sql --> Remove first and Last Line in Editor..

conn DPEA33_DW/xxxx
show user
select count(1) from tab;
@ /ood_repository/drop_DPEA33_DW_objects.sql
purge recyclebin;
select count(1) from tab;

Import Command:

nohup impdp \'/ as sysdba\' directory=impot123


REMAP_SCHEMA=PPEAR3_BIA_ODIREPO:DPEA33_BIA_ODIREPO
REMAP_TABLESPACE=PPEAR3_BIA_ODIREPO:DPEA33_BIA_ODIREPO
dumpfile=PPEAR3_BIA_ODIREPO.dmp logfile=PPEAR3_BIA_ODIREPO:DPEA33_BIA_ODIREPO_IMP.log &

9. Once Import is completed, check if any errors in logs and clear those.

10. After Import of ODI Repo in DPEA33, please note that, you will not be able to login to ODI Studio
since they are pointing to Prod Work and Master Repository. Hence you will need to switch the
Authentication inorder to properly Login

Login to ODI Studio -> ODI Tab -> Switch Authentication Mode as shown Below
It will prompt you for ODI REPO password and BIAppsAdmin password

Once done, it will successful switch to Internal Authentication

- After Switching to Internal Authentication, you will have to do switch Authentication From
Internal to External.

- So ODI Studio -> ODI -> Switch Authentication. Provide necessary Details, it will switch to
External Authentication

- Once Switched to External Authentication, Login to ODI Studio and Connect to Master
Repository
Once Successfully logged in. You should be able to go to Topology -> Repoitories and change
Work Repository Connection details. They should be pointing to Prod, now point to DEV as
shown in screenshots of Point 3.

- Test the Connections of Master Repositories after modifying/Pointing to DEV


- Once above step is completed, Exit ODI Studio and Log in back with Work Repository
Checked.

- Now renumber the Work and Master Repository as noted before Refresh in point 3

Topology -> Repositories -> Master Repositories -> Right Click Renumber
Repeat the same for work Respoitories.

- Once done, Edit the Connections for Oracle Technology and Files and UCM as per
screenshots in point 3. If any custom connections and passwords not in OMP, please notify
customer to make changes from their end. Please test each connection.

- Change Agents connections pointing to Dev as shown in point 3. Test the Agent connections
are successful after modification.

- Login in to DPEA33 BIACM url and modify the connections as taken in step 1 in Define
Business Intelligence Application Instance tab on right hand side.

- Bounce ODI Services.

You might also like