Login  Register

Re: adpreclone on PDB

Posted by ErmanArslansOracleBlog on Jan 12, 2023; 12:32pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/adpreclone-on-PDB-tp11441p11444.html

Your method is correct ->

Ref: Cloning Oracle E-Business Suite Release 12.2 with Multitenant Database Using Rapid Clone (Doc ID 2552208.1)

Required Operation:

cd <ORACLE_HOME>
$ source <CONTEXT_NAME>.env
Run the following commands:
$ cd <ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>
$ perl adpreclone.pl dbTier

*The message that you see there, is already in the code. It is expected, because that variable we check is already set to TRUE in the script and we don't modify it.. So it is expected..

The control is following (but as I said, it is already set to TRUE)

Ref:

if(uc($pluggable_database) eq "TRUE") {
       print "\nThis is a CDB instance. Hence not checking duplicate data files.\n";