Answer Posted / 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 |
Post New Answer View All Answers
What is an Oracle Data Block?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
What is an Oracle Data Segment?
Can a View based on another View in Oracle?
What is an oracle database schema?
How to define Data Block size in Oracle?
Can a Tablespace hold objects from different Schemes in Oracle?
What are Oracle Schema Objects?
Teradata: How can we know the indexed column in a table?
What are the uses of Oracle Rollback Segment?
What is an Oracle Data Dictionary?
What is an Integrity Constrains in Oracle?
What is an Oracle Rollback Segment?
What is an Oracle SYSTEM tablespace and when is it Created?
What are the consideration at tehe migration of Oracle 9i to 10G.