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 |
I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
How to determine the service pack currently installed on SQL Server?
how can you enable flashback feature?
How do you troubleshoot errors in a sql server agent job? : sql server DBA
How would you determine who has added a row to a table?
In oracle 10g export, import if we declare rows=y/n what would be the output?
I lost one datafile i dont have backup how can you recover that???
Is it possible to update the multiple field values in a single query? If possible then write the actual query.
What does coalescing a tablespace do?
What types of replication are supported in sql server? : sql server DBA
What are the different types of database compression introduced in sql server 2008? : sql server DBA
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)