Answer Posted / ammar takieddin
select sum(bytes)/1024/1024 from dba_data_files;
+
select sum(bytes)/1024/1024 from v$log;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the various constraints used in oracle?
What are the different editions of oracle?
What are the types of trigger in oracle?
How to create a server parameter file?
various types of hints and their usage
How would you begin to troubleshoot an ORA-3113 error?
How would you go about verifying the network name that the local_listener is currently using?
What is the difference between translate and replace in oracle?
How to retrieve values from data fields in record variables?
What is the difference between translate and replace?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
In which language oracle has been developed?
Can we use bind variables in oracle stored procedure?
How can we force the database to use the user specified rollback segment?
How to use "in out" parameter properly?