Upgrade from 11.1.0.7 to 11.2.0.3 Using Logical Standby
SELECT DISTINCT OWNER, TABLE_NAME FROM DBA_LOGSTDBY_UNSUPPORTED;
This query returned the following:
OWNER TABLE_NAME
------------------------------ ------------------------------
REPORTDELIVERY REPORT
REPORTDELIVERY SPECIMEN
Each of the two tables identified above contains three columns (two NUMBER and one VARCHAR2).
I am trying to determine why these tables are showing up in DBA_LOGSTDBY_UNSUPPORTED. Any suggestions will be appreciated.