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 |
What is format trigger?
Can we convert a date to char in oracle and if so, what would be the syntax?
Please explain joins in oracle?
What are named parameters?
what is the use of system.effective.date variable in oracle?
can you write commit in triggers?
What is not equal to in oracle?
How to set a transaction to be read only in oracle?
What is the difference between SQL, DDL, and DML?
7 Answers BeBo Technologies, Wipro,
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
Can we create database in oracle using command line ?
what is RAID technology?which is better RAID 0+1 OR RAID 5?