How will you monitor the space allocation ?
Answers were Sorted based on User's Feedback
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 |
Answer / karthickumar pillaiyarsamy
select sum(bytes) from dba_data_files
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the significance of having storage clause ?
What is Cursor?
What is a Rollback segment entry ?
What is the functionality of SYSTEM table space ?
When Does DBWR write to the database?
What are the two types of Server Configurations?
What are the consideration at tehe migration of Oracle 9i to 10G.
What constitute an ORACLE Instance?
What is an Oracle Data Segment?
What is User Process?
What is the function of Lock (LCKn) Process?
What is Shared SQL Area?