Rapid Clone (Doc ID 2560690.1) - txkCfgUtlfileDir.pl question
I have a question about the ability to automate the cloning steps when it comes to txkCfgUtlfileDir.pl the by way of passing the passwords for apps and system.
I can use echo $APPSPWD | perl <ORACLE_HOME>/appsutil/bin/txkCfgUtlfileDir.pl etc. if I am running it where I just need to pass the apps password but where I need to provide both apps and system credentials (ie. setUtlFileDir) it doesn't seem to work.
I mean echo $APPSPWD $SYSTEMPWD | perl <ORACLE_HOME>/appsutil/bin/txkCfgUtlfileDir.pl does not work and throws (ERRORMSG: Unable to get DB version).
Options?