How can you find the size of a database?
Answer Posted / pvenkiroyal
here is the exact answer for the size of oracle databaase...
select (select sum(bytes/1024/1024/1024) from
dba_data_files)+(select sum(bytes/1024/1024/1024) from
dba_temp_files)+(select sum(bytes/1024/1024/1024) from
v$log)"size in GB" from dual;
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an Integrity Constrains in Oracle?
Can a Tablespace hold objects from different Schemes in Oracle?
What are Oracle Schema Objects?
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 Rollback Segment?
What is an oracle database schema?
Can a View based on another View in Oracle?
Teradata: How can we know the indexed column in a table?
What is an Oracle SYSTEM tablespace and when is it Created?
What is an Oracle Data Dictionary?
What is the function of Redo Log in Oracle?
What is the use of Oracle Control File?
What are the uses of Oracle Rollback Segment?
What are the consideration at tehe migration of Oracle 9i to 10G.