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 data block in Oracle?
What are privileges and grants?
Explain oracle’s system global area (sga).
What is proxy method?
What is query image?
What is a trace file and how is it created in oracle?
What is an oracle user account?
What is the relation of a user account and a schema in oracle?
How to create a temporary table in oracle?
What are a collation and state the different types of collation sensitivity?
How to use "in" parameter properly?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
What are the attributes of cursor?
How to assign values to data fields in record variables?
What is system global area (sga) in oracle?