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 |
Give the reasoning behind using an index.
How would you best determine why your MVIEW couldn't FAST REFRESH?
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
why do we give pctfree and pctused in create table statement?
What view would you use to determine free space in a tablespace?
How can you control the amount of free space in your index pages? : sql server DBA
the process of adding a cpu in sql server is called..?
how can you communicate with operating system files from oracle?
how can you record information about current session?
how can you get actual data change values from previous transactions in oracle?
1)how to Take Backup in sql server 2005 from Flash Drive
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
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)