impdp generating error messages
Using Oracle 11.1.0.6.0 linux 32 bits. I'm getting the following errors in impdp when expdp has compression=all:
ORA-31693: Table data object "<SCHEMA>"."<TABLENAME>" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-39776: fatal Direct Path API error loading table "<SCHEMA>"."<TABLENAME>"
ORA-00600: internal error code, arguments: [klaprs_11], [], [], [], [], [], [], []
What am I doing that is causing this errors to happen?
Thanks,