how to find full database size



how to find full database size..

Answer / sudipta santra

select sum(bytes / (1024*1024)) "DB Size in MB" from
dba_data_files;

If u have the access of the table dba_data_files

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Oracle General Interview Questions

After using set unused can we enable the column again to use? Please give me some answers....

1 Answers   Maveric,


How to find 1st, 2nd, 3rd highest using select select statement not using rownum

2 Answers  


What are the differences between char and varchar2 in oracle?

0 Answers  


What is the difference between postgresql and oracle?

0 Answers  


Explain the blob datatype?

0 Answers  






How to start instance with a minimal initialization parameter file?

0 Answers  


What is format trigger?

0 Answers  


Can you tell me how to add new column in existing views?how?How is possible?

0 Answers   FIS,


Can we connect to ORACLE db using Windows Authentication?

0 Answers   MCN Solutions,


What is a table index?

0 Answers  


What is user managed backup in Oracle?

0 Answers   MCN Solutions,


How to define an anonymous procedure with variables?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)