How can you find the size of a database?

Answer Posted / karthickumar pillaiyarsamy

select sum(a.blocks)+sum(b.blocks) from dba_data_files a,
v$log b;

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define Data Block size in Oracle?

845


What is an Oracle Data Block?

783


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

2719


What are Oracle Schema Objects?

831


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?

2439






Can a Tablespace hold objects from different Schemes in Oracle?

790


What is an oracle database schema?

833


What are the uses of Oracle Rollback Segment?

861


What is the function of Redo Log in Oracle?

840


What is the use of Oracle Control File?

784


What is an Oracle Data Dictionary?

826


What is an Integrity Constrains in Oracle?

906


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

1544


Can a View based on another View in Oracle?

817


What is an Oracle Data Segment?

793