What view would you use to determine free space in a tablespace?

Answer Posted / rajesh naidu

SELECT TABLESPACE_NAME,SUM(BYTES/1024/1024) FROM
DBA_FREE_SPACE GROUP BY TABLESPACE_NAME;

AND THE VIEW IS DESC DBA_FREE_SPACE;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.

1320


What is fill factor? : sql server DBA

737


Explain materialized views and how they are used.

1987


What are statistics, under what circumstances they go out of date, how do you update them?

1881


What the different topologies in which replication can be configured? : sql server DBA

767






What view(s) do you use to associate a user's SQLPLUS session with his o/s process?

2209


what are the benefits of flashback feature?

663


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA

758


What are the commands you'd issue to show the explain plan for "select * from dual"?

1805


What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA

691


A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?

2094


what do you understand by fine-grained auditing?

726


What is the default port no on which sql server listens? : sql server DBA

668


What are the operating modes in which database mirroring runs? : sql server DBA

724


Why would you use sql agent? : sql server DBA

662