DBA Data[Home] [Help]

VIEW: SYS.KU$_10_1_DBLINK_VIEW

Source

View Text - Preformatted

select t.* from ku$_dblink_view t
  where NVL(t.userid,'CURRENT_USER')='CURRENT_USER'
    and t.authusr is NULL
View Text - HTML Formatted

SELECT T.*
FROM KU$_DBLINK_VIEW T
WHERE NVL(T.USERID
, 'CURRENT_USER')='CURRENT_USER'
AND T.AUTHUSR IS NULL