Hi,
I have some tables in 11.2 which have been created with deferred segment creation and so have no segment/extent yet. They already appear in dba_tables as well as tab$, but don't have a tablespace set.
However, using dbms_metadata.get_ddl() the resulting DDL has the correct tablespace name. But which view or table do I have to query to get this information with SQL?
Thanks
Robert