Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 dba_tables(或 dba_objects)中有很多表。如何找到哪些段属于某个表?
我查看了 dba_segments,但没有关于表的信息。
Oracle 11g 具有延迟段创建功能。 http://tkyte.blogspot.ru/2011/02/deferred-segment-creation.html
所以dba_segments中没有记录可以。