exp not exporting table data
userP5Nov 20 2007 — edited Nov 20 2007I 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