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.. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
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