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
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What is object data modeling?
Explain the difference between a procedure and a function?
Are truncate and delete commands same? If so why?
How to execute the package in oracle?
What is blob datatype?
What is an oracle data file?
master table and child table performances and comparisons in Oracle ?
Explain the use of indexes option in imp command.
How is it different from a normal table?
Where is the export dump file located?
Explain index?
Explain the use of tables option in exp command.
What are the varoius components of physical database structure of oracle database?
Explain alias?