Export in version 10.2.0.5 finishes with warning because a job
Hello,
I am getting the following errors in a full export
. exporting post-schema procedural objects and actions
EXP-00008: ORACLE error 1882 encountered
ORA-01882: timezone region not found
ORA-06512: at "SYS.DBMS_SCHED_MAIN_EXPORT", line 127
ORA-06512: at "SYS.DBMS_SCHED_MAIN_EXPORT", line 276
ORA-06512: at "SYS.DBMS_SCHED_JOB_EXPORT", line 14
ORA-06512: at line 1
EXP-00085: The previous problem occurred when calling SYS.DBMS_SCHED_JOB_EXPORT.create_exp for object 63441
. exporting user history table
. exporting default and system auditing options
. exporting statistics
Export terminated successfully with warnings.
I followed the Metalink note 556318.1 and found the object involved.
select owner, object_name, object_type from dba_objects where object_id =63441;