How will you monitor the space allocation ?

Answers were Sorted based on User's Feedback



How will you monitor the space allocation ?..

Answer / mohanish sahoo

SQL>desc dba_data_files;
SQL>desc v$tablespace;
SQL>select bytes from dba_data_files where tablespace_name
like 'TABLSPACE_NAME';

Is This Answer Correct ?    4 Yes 0 No

How will you monitor the space allocation ?..

Answer / karthickumar pillaiyarsamy

select sum(bytes) from dba_data_files

Is This Answer Correct ?    0 Yes 0 No

How will you monitor the space allocation ?..

Answer / guest

this can be monitored in DB_data_files

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle Architecture Interview Questions

How does Space allocation table place within a block ?

1 Answers  


How will you swap objects into a different table space for an existing database?

2 Answers  


What are the consideration at tehe migration of Oracle 9i to 10G.

0 Answers   Baidu,


What is an Integrity Constrains in Oracle?

0 Answers  


What is a Rollback segment entry ?

3 Answers   TCS,






What are the components of SGA?

5 Answers  


What is function of RECO?

1 Answers  


What are the functions of SMON?

7 Answers  


What is the OPTIMAL parameter ?

1 Answers   TCS,


Diference between Oracle 9i and 10G.

2 Answers   Baidu,


Name the ORACLE Background Process?

3 Answers  


How to find the SGA Size

7 Answers   Baidu, Reliance,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)