How can you find the size of a database?
Answer Posted / ashok
select sum(bytes/1024/1024) from dba_data_file;
it is the size of totaldatafiles
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are the consideration at tehe migration of Oracle 9i to 10G.
What are Oracle Schema Objects?
What is the function of Redo Log in Oracle?
What is an oracle database schema?
What are the uses of Oracle Rollback Segment?
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?
How to define Data Block size in Oracle?
What is the use of Oracle Control File?
What is an Integrity Constrains in Oracle?
What is an Oracle Data Block?
What is an Oracle Rollback Segment?
Teradata: How can we know the indexed column in a table?
Can a View based on another View in Oracle?
What is an Oracle Data Dictionary?
Can a Tablespace hold objects from different Schemes in Oracle?