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
How to loop through data rows in the implicit cursor?
Explain rename?
How to rename a column in an existing table?
Explain enable novalidate constraint.
State the difference between a primary key and foreign key?
What is an oracle database?
What is an oracle table?
candidate key is subset of super key but not vice-verse explain
What are a query and state the different types of queries and their uses?
What do you mean by merge in oracle?
What are internal user account in oracle?
How to invoke the original export import utilities?
How can we find out the current date and time in oracle?
What are the different types of trigger and explain its various uses and functions?
what is the dual table in oracle?