Administrator
|
In finalize phase, adop determines the DDL Statements to execute at cutover phase.
Later on, In cutover phase, adop executes the DDL statements prepared during the finalize phase.
Check this tool, it comes by default with EBS.. (the Online Patching Diagnostic Reports utility, $AD_TOP/bin/adopreports)
Also check -> ADZDSHOWDDLS.sql which is located under $AD_TOP.
ADZDSHOWDDLS.sql | This script is used to show count & status of DDL execution by phase.
It gets that info from ad_zd_ddl_handler table. So you can get that info from ad_zd_ddl_handler table as well.
You will see the DDLs in SQL_LOB column of ad_zd_ddl_handler table.
|