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