DBA Data[Home] [Help]

VIEW: SYS.KU$_FBA_VIEW

Source

View Text - Preformatted

select '1','0',
            ft.obj#,
            ft.fa#,
            fba.faname
  from sys_fba_fa fba, sys_fba_trackedtables ft
  where ft.fa#=fba.fa#
View Text - HTML Formatted

SELECT '1'
, '0'
, FT.OBJ#
, FT.FA#
, FBA.FANAME
FROM SYS_FBA_FA FBA
, SYS_FBA_TRACKEDTABLES FT
WHERE FT.FA#=FBA.FA#