DBA Data[Home] [Help]

VIEW: SYS.EXU7GRS

Source

View Text - Preformatted

SELECT t$.obj#, o$.name
       FROM sys.objauth$ t$, sys.exu7obj o$
       WHERE o$.obj# = t$.obj# 
	AND t$.col# is null
	AND t$.grantor# = 0

View Text - HTML Formatted

SELECT T$.OBJ#
, O$.NAME
FROM SYS.OBJAUTH$ T$
, SYS.EXU7OBJ O$
WHERE O$.OBJ# = T$.OBJ# AND T$.COL# IS NULL AND T$.GRANTOR# = 0