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

What are the recovery models for a database? : sql server DBA

0 Answers  


What the different components in replication and what is their use? : sql server DBA

0 Answers  


what is the use of home directory???

1 Answers   HP,


Which types of backups you can take in Oracle? 2. A database is running in NOARCHIVELOG mode then which type of backups you can take? 3. Can you take partial backups if the Database is running in NOARCHIVELOG mode? 4. Can you take Online Backups if the the database is running in NOARCHIVELOG mode?

11 Answers  


what is the use of recording information about current session?

0 Answers   Oracle,






How do you increase the OS limitation for open files (LINUX and/or Solaris)?

1 Answers  


What is the difference between clustered and non-clustered index? : sql server DBA

0 Answers  


If we issue alter database begin backup. What happens to database?

2 Answers  


I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?

1 Answers  


What is a correlated sub-query? : sql server DBA

0 Answers  


what is the use of ocr?

0 Answers   Oracle,


How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?

1 Answers  


Categories