0

I m using oracle 9i db, if i want to check size of tablespaces in db .. how much used and how much free space is available..

let me know d query for the above requirement

16th Nov 2016, 6:03 AM
shivanagaraj
1 Resposta
0
You can query the same from v$tablespace, describe this table(desc v$tablespace)get the data according to the requirement
27th Dec 2016, 6:23 PM
Sk Alauddin Hossain