DBA Data[Home] [Help]

VIEW: SYS.EXU9TNTI

Source

View Text - Preformatted

SELECT  objid, ownerid, name
        FROM    sys.exu9tabi                        /* tables in this export */
        WHERE   BITAND(property, 4) = 4           /* table has nested tables */
View Text - HTML Formatted

SELECT OBJID
, OWNERID
, NAME
FROM SYS.EXU9TABI /* TABLES IN THIS EXPORT */
WHERE BITAND(PROPERTY
, 4) = 4 /* TABLE HAS NESTED TABLES */