Bug fix :DMK-14-10 and Oracle 12c

If you donโ€™t use the latest DMK version dmk-14-03.2 you should apply the below workaround before to start the database creation with dmk_dbcreate.ksh.

At DMK level for the PATH variable, add the path to the PERL coming from Oracle (this perl should be the default perl, not the one from /usr/bin). :

oracle@srvora01:/u01/app/oracle/local/dmk/etc/ [rdbms1210] grep
perl dmk.conf
var::PATH::+::begin::"${ORACLE_HOME}/perl/bin:${ORACLE_HOME}/bin:$
{ORACLE_HOME}/ctx/bin:${ORACLE_HOME}/OPatch"::

If not the perl catcon.pl statements will fail for some Linux OS, because of loading OS libraries ".so" not compatible with the perl from the OS.

Last updated