Hi All,
After migrating database from non-container to container then few jobs got failed as below error :
SQL*Loader-951: Error calling once/load initialization
ORA-24329: invalid character set identifier
But when we changed sqlldr Direct parameter value from TRUE to FALSE i.e. Direct path to conventional path method then the job ran successfully.
Kindly please anyone suggest on this point. Somewhere I found that Direct method doesn't support in Container database(CDB).