DBA Data[Home] [Help]

VIEW: SYS.LOGSTDBY_UNSUPPORTED_TABLES

Source

View Text - Preformatted

select owner, name table_name
  from sys.logstdby_support
  where type#=2 and full_sby=0
View Text - HTML Formatted

SELECT OWNER
, NAME TABLE_NAME
FROM SYS.LOGSTDBY_SUPPORT
WHERE TYPE#=2
AND FULL_SBY=0