Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Datapump with different Timezone files

sql_coderSep 24 2014 — edited Sep 24 2014

Hello,

I am trying to Import a schema with datapump from an oracle 12c instance into an oracle 11.2 instance. I got an error cause of the different timezone files. 11.2 is on version 14 and 12c is on version 18. So I tried to import only one table, made a new export with that one table (table got no column data type timestamp with time zone) and exported it. That worked well. So i modified my schema export to exlude those tables which have columns with data type timestatmp with time zone. When trying to import that new dump, it still fails for the same reason.

So to import one table worked, but to import a schema failed. Does have anyone a suggestion for me, how I can import that dump ? And no, I cannot install a patch with new time zone files.

sql_coder

This post has been answered by sql_coder on Sep 24 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2014
Added on Sep 24 2014
2 comments
3,108 views