Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

whats the best way to clone OBIEE12(on-premises) on the same servers?

Jen Ze4 days ago

Hello, does any one know whats the best way to clone OBIEE (on-premises) 12c when both source and target on the same server?

i know its easy if it is not on the same servers since we can have the same ports but on the same sever which make it more difficult.

will it work if we just 1) cone the DB. 2)install OBIEE, then use
exportServiceInstance('/u01/app01/fmw/user_projects/domains/bi','ssi','/u01/app01/workDir','/u01/app01/exportDir','','','',true,'password')
export from the source and use
importServiceInstance('/u02/app01/fmw/user_projects/domains/bi','ssi','/u02/app01/importDir/ssi.bar',true,true,true,'passwd')

to import into the targe on the same server?

will this export/import command will copy everything over from the source to the target env? thanks

Comments
Post Details
Added 4 days ago
0 comments
33 views