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 |
how many columns can a plsql table have
I need to get the values of the previous quarter.how to do this?eg: if my cuurent month is may i need to get the datas of the month jan,feb,march.Can it be done in oracle.I tried with date function q but for the month jan its not retriving the previous quarter(oct-dec).how to solve this.plpz anyone help me?
what is normalisation?what are its uses?
What is DTS and purpose of DTS ?
What are steps required to ENTER DATA INTO DWH?
How to use "if" statements on multiple conditions?
Where are the settings stored for each instance in oracle?
What are the advantages of oracle 12c?
How can you Enforce Referential Integrity in snapshots ?
What is proxy method?
What is the difference between a primary key & a unique key?
Where do you use decode and case statements?