What view would you use to determine free space in a tablespace?
Answer Posted / guest
It is dba_free_space which gives u the info about free
space in any tablespace
Regards
Abhinav
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the commands you'd issue to show the explain plan for "select * from dual"?
what is asm?
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
What purpose does the model database server? : sql server DBA
what is a crs resource?
How would you best determine why your MVIEW couldn't FAST REFRESH?
what is grd?
which background process invoke at the time of upgradation tell me???
What are the operating modes in which database mirroring runs? : sql server DBA
What types of replication are supported in sql server? : sql server DBA
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.
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
List out some of the requirements to setup a sql server failover cluster.? : sql server DBA
What is a correlated sub-query? : sql server DBA
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.