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


Please Help Members By Posting Answers For Below Questions

What is an Oracle Data Segment?

615


What are the uses of Oracle Rollback Segment?

647


What is an Integrity Constrains in Oracle?

726


What is an oracle database schema?

647


What is an Oracle Rollback Segment?

617






What is the function of Redo Log in Oracle?

665


Can a View based on another View in Oracle?

659


What is an Oracle Data Block?

638


What is the use of Oracle Control File?

619


Teradata: How can we know the indexed column in a table?

1372


What is an Oracle SYSTEM tablespace and when is it Created?

612


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?

2262


Can a Tablespace hold objects from different Schemes in Oracle?

628


What is an Oracle Data Dictionary?

643


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

2548