While cloning 12.2.6 environment, adcfgclone.pl script failed during instantiate OHS Stage.
Issue is because opmn components were unable to start up with below error messages.
globalInitNLS: NLS boot file not found or invalid
— default linked-in boot block used
XML parser init: error 201.
globalInitNLS: NLS boot file not found or invalid
— default linked-in boot block used
Further analysis on the clone logfiles for OHS creation shown that ORA_NLS10 parameter is unset before cloning.
Resolution:
$unset ORA_NLS10
+Restart the failed script
Issue is because opmn components were unable to start up with below error messages.
globalInitNLS: NLS boot file not found or invalid
— default linked-in boot block used
XML parser init: error 201.
globalInitNLS: NLS boot file not found or invalid
— default linked-in boot block used
Further analysis on the clone logfiles for OHS creation shown that ORA_NLS10 parameter is unset before cloning.
Resolution:
$unset ORA_NLS10
+Restart the failed script