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

Answers were Sorted based on User's Feedback



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

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

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

Answer / shruthi

It is sm$ts_free.......

Is This Answer Correct ?    4 Yes 2 No

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

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

Post New Answer

More DB Administration Interview Questions

how will you see when the database was started using sql prompt?

2 Answers   IBM,


How would you determine the time zone under which a database was operating?

2 Answers  


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

0 Answers  


What is the difference between the SQL Loader and IMPORT utilities?

3 Answers  


If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

0 Answers  






You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?

0 Answers  


i want export 50gb data in datapump it will take 2 hours time to complete that how can u export that tell me script ???

1 Answers   iGate,


Explain the concept of the DUAL table.

3 Answers  


You create a private database link <link name> and upon connection, fails with: ORA-2085: <Link name> connects to <fully qualified remote db name>. What is the problem? How would you go about resolving this error?

0 Answers  


mssqlserver 2005 Backup Advantages & Disadvantages? mssqlserver 2005 Restore Advantages & Disadvantages? mssqlserver 2005 Recovery mode Advantages & Disadvantages? mssqlserver 2005 Mirroring Advantages & Disadvantages? mssqlserver 2005 Replication Advantages & Disadvantages? mssqlserver 2005 Logshpping Advantages & Disadvantages? mssqlserver 2005 Job Advantages & Disadvantages?

1 Answers   TCS, Wipro,


What types of replication are supported in sql server? : sql server DBA

0 Answers  


What is the difference between LMT & DLT?

1 Answers   CTS,


Categories