|
|
|
Re: How to know this table belongs to which tablespace? [message #309317 is a reply to message #309242] |
Thu, 27 March 2008 02:03 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
I already post that and this is wrong! there are many cases where table has no associated tablespace in dba_tables.
Oracle should remove this column from %tables views.
A table is a logical object.
A logical object is not physical and so has no tablespace.
A table may be associated to 0 to N segments.
A segment is a physical object that is stored in a tablespace.
So the good answer is dba_segments.
Regards
Michel
|
|
|