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 query image?
How to rename a tablespace in oracle?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
Describe varray?
How to test null values?
what is meant by magic query
How to handle a single quote in oracle sql?
What are the differences between char and varchar2 in oracle?
Differentiate between pre-select and pre-query?
definition of cluster and non-clustered index?
How to change system global area (sga) in oracle?
Explain the use of indexes option in exp command.
How to count groups returned with the group by clause in oracle?
What is an oracle recycle bin?
How to convert characters to times in oracle?