To show the total space alloted to tablespace
=============================================
Select * from sm$ts_avail;
To show the free tablespace
===========================
Select * from sm$ts_free;
To show the total space used by tablespace
=============================================
Select * from sm$ts_used
No comments:
Post a Comment