HomeDbOracle DatabaseDual
Table of Contents
Dual is a dummy table that you can use to:
SELECT owner, object_id, object_type, object_name, status From Dba_Objects WHERE object_name = 'DUAL';