Drop Tablespace | Tablespace Dictionary Definition


Drop Tablespace | Tablespace Dictionary Definition


is tablespace defined in dictionary ? .

SELECT obj# FROM TAB$ where ts# = 314
union all
SELECT obj# FROM IND$ where ts# = 314
union all
SELECT obj# FROM TABPART$ where ts# = 314
union all
SELECT obj# FROM TABSUBPART$ where ts# = 314
union all
SELECT obj# FROM LOB$ where ts# = 314
union all
SELECT lobj# FROM PARTLOB$ where defts# = 314
union all
SELECT obj# FROM INDPART$ where ts# = 314
union all
SELECT obj# FROM INDSUBPART$ where ts# = 314

Komentarze