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!

Missing tables in a full=y expdp

969921Nov 23 2012 — edited Nov 23 2012
Hello !

There are missing tables in an expdp dump of a database we use in a test environnement.

I don't know why ...

The datafile seems not to be corrupted. The table is listed in a tool like TOAD, and is listed in the catalog view DBA_TABLES.

But the expdp logs doesn't list this table while listing other tables from the same user.

If i try to expdp only a table of these (a missing table in the dumpfile), i get a 39166 Object not found error.

The Oracle Database version is 10.2.0.4.0 and the command line we use is :

expdp "'SYSTEM/manager@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<ip_address>)(PORT=<port>))(CONNECT_DATA=(SID=<oracle_sid>)))'" SCHEMAS=OWNER DIRECTORY=DIR_DP DUMPFILE=dumpfile.dmp FULL=y

What did i miss ?

On a structure-like database on a second test environnement the tables are expdp regularly ...

Thank's for your answers !

Steve.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2012
Added on Nov 23 2012
3 comments
1,275 views