Skip to Main Content

Oracle Database Discussions

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!

Import and default values for columns

amardeep.sidhuMay 7 2008 — edited May 8 2008
Hi guys

I have a table in which there are default values for some columns. I take export of this table.

I go to another database where this table structure is already there (but default values are not set). I run the import of table with ignore=Y. It does all...import the data...create the indexes and all...but doesn't set the default values for the columns.

Shouldn't it do that also ? ignore=Y means that ignore the object creation errors and proceed with the rest of the stuff ? Or there is some problem in my understanding ?

Version 10gR2 on AIX 5.3 and using traditional export/import.

Thanks

Amardeep Sidhu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2008
Added on May 7 2008
11 comments
1,866 views