What view would you use to determine free space in a tablespace?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
how does an oracle clusterware manage crs resources?
What type of index should you use on a fact table?
what is the use of home directory???
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What is a deadlock and what is a live lock? How will you go about resolving deadlocks?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
Explain CREATE DATABASE syntax?
What is transparent data encryption? : sql server DBA
who owns the operating system files created by the utl_file package?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
What is RAID and what are different types of RAID configurations?
What are the commands you'd issue to show the explain plan for "select * from dual"?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)