how to find full database size
Answer Posted / 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 View All Answers
What is oracle datasource?
How to store only time; not date and time?
What is an oracle user account?
How to define an anonymous block?
How to use subqueries in the from clause in oracle?
What is an oracle and why it is used?
candidate key is subset of super key but not vice-verse explain
What are the execution control statements?
How to start a new transaction in oracle?
What is an oracle tablespace?
What's dateware house and what's clustor with practicle example
Explain what are clusters?
How data locks are respected in oracle?
How to define a variable to match a table column data type?
What is a trigger oracle?