Validation
This chapter checks the Object Count and Constraint by comparing them with the Object and Constraint counts in the Target DB.
Table - DBA_TABLES
View - DBA_VIEWS
Synonym - DBA_SYNONYMS
Sequence - DBA_SEQUENCES
Package - DBA_SOURCE(TYPE = 'PACKAGE')
Package Body - DBA_SOURCE(TYPE = 'PACKAGE BODY')
Function - DBA_SOURCE(TYPE = 'FUNCTION')
Procedure - DBA_SOURCE(TYPE = 'PROCEDURE')
Index - DBA_INDEXES
Constraint - DBA_CONSTRAINTS
Grant - DBA_TAB_PRIVS
Trigger - DBA_TRIGGERSLast updated

