ORA-31693: Table data object failed to load/unload
ORA-31693: Table data object failed to load/unload ORA-31693: Table data object "<SCHEMA_NAME>"."<TABLE_NAME>" failed to load/unload (LOB Table) The export backup (expdp) are logical database backups that extract logical definitions and data from the database to a file. Export backups are cross-platform and can be easily moved from one operating system to the other. When exporting a database backup using Data Pump (expdp), and all is exporting fine, except for one table it fails to export with the following errors: ORA-31693: Table data object "<SCHEMA_NAME>"."<TABLE_NAME>" failed to load/unload and is being skipped due to error: ORA-02354: error in exporting/importing data ORA-01555: snapshot too old: rollback segment number 154 with name "<ROLLBACK_SEGMENT_NAME>" too small Here Table is LOB table, Check the LOB corruption. if no corruption is found in the LOB then may be the LOB Retention ...