Rows not getting imported via impdp

user1356432
user1356432 Member Posts: 3 Green Ribbon

Hi,

 We have a table with size as around 100 GB. The large size is due to the presence of a LOB column in it. While importing this table to another schema, we noticed that all the rows are not getting imported. There are no errors reported in the log file. Anyway we have disabled all the constraints in the target schema before the import.

Any idea what could be the problem here? Please find mentioned below the sample par file we are using for this import.

 

DIRECTORY=xxx_DUMP_DIR

dumpfile=xxx_UP_YYYYMMDD_%U.dmp

logfile=xxxxx_IMP.log

TABLES=schema_name.table_name

PARALLEL=10

 

Regards;

Gopal