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!

exp not exporting table data

userP5Nov 20 2007 — edited Nov 20 2007
I am using following command to create a data dump on oracle 9i.
exp dnahits/dnahits@dnahits log=exp.log

However this dump is not having table data. How can I include the table data in this dump file ? Also note that exp.log file is showing me that the rows are exported.

I am using following command on to import this data dump on different database server.
imp dnahits/dnahits@dnahits file=exp.dmp full=yes

Here is partial content of the log file.
EXP-00091: Exporting questionable statistics.
. . exporting table DNAH_TBL_MATCH_DISCRIMINATOR 300 rows exported
. . exporting table DNAH_TBL_MATCH_PRIORITY 6 rows exported
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2007
Added on Nov 20 2007
9 comments
733 views