
Excluding tables while performing datapump import from Full schema backup
Hello Everyone, In this article , we will learn Excluding tables while performing datapump import from full schema backup. Database : AVPROD Schema : OT Check objects count in OT Schema. SQL> SELECT COUNT(*), OBJECT_TYPE,STATUS FROM DBA_OBJECTS WHERE OWNER=’&USERNAME’ group by object_type,status; COUNT(*) OBJECT_TYPE STATUS… Read More