Datapump Import Of DBMS_JOB Jobs Throws ORA-01843: Not A Valid Month
(Doc ID 1951902.1)
Last updated on DECEMBER 06, 2024
Applies to:
Oracle Cloud Infrastructure - Database Service - Version N/A and laterOracle Database - Enterprise Edition - Version 11.2.0.2 and later
Oracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Import of DBMS_JOB jobs through Datapump throws the following error:
--------
ORA-39083: Object type JOB failed to create with error:
ORA-01843: not a valid month
Failing sql is:
BEGIN SYS.DBMS_IJOB.SUBMIT( JOB=> 1191, LUSER=> '<USER>', PUSER=> '<USER>', CUSER=> '<USER>', NEXT_DATE=> TO_DATE('0000-00-00 00:00:00', 'YYYY-MM-DD:HH24:MI:SS'), INTERVAL=> 'to_date(to_char(sysdate+1,''DD-MM-YYYY'')||'' 04:00:00'',''DD-MM-YYYY HH24:MI:SS'')', BROKEN=> FALSE, WHAT=> '<USER>.<PROCEDURE>;', NLSENV=> 'NLS_LANGUAGE=''AMERICAN'' NLS_TERRITORY=''AMERIC
ORA-39083: Object type JOB failed to create with error:
ORA-01843: not a valid month
--------
Changes
None.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |