DBA Data[Home] [Help]

VIEW: SYS.KU$_INSERT_TS_VIEW

Source

View Text - Preformatted

select itl.bo#, itl.position#, itl.ts#, ts.name
  from sys.ts$ ts, sys.insert_tsn_list$ itl
  where ts.ts#=itl.ts#
View Text - HTML Formatted

SELECT ITL.BO#
, ITL.POSITION#
, ITL.TS#
, TS.NAME
FROM SYS.TS$ TS
, SYS.INSERT_TSN_LIST$ ITL
WHERE TS.TS#=ITL.TS#