What is the size of the oracle database?

Showing Answers 1 - 2 of 2 Answers

devesh gupta

  • Sep 22nd, 2006
 

for knowing the size of the database, you will calculate the size of datafile because database size is nothing your datafile size is database size.

select count(*) from dba_data_files;

  Was this answer useful?  Yes

sachin

  • Sep 26th, 2006
 

plz send me the answer as soon as possible

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions