consult tablespace of a table but unused dba_tablespaces
I need know the tablespace of particulary table, the typical query SELECT
owner, table_name, tablespace_name FROM dba_tables; can't use, because I
haven't permissions. There is other way to consult Tablespace unused
dba_tablespaces?
No comments:
Post a Comment