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 does one get the view definition of fixed views/tables?
What is the difference between postgresql and oracle?
what is the dual table in oracle?
What is connection pool in oracle?
How do I call oracle stored procedures that take no parameters?
How to get execution statistics reports on query statements?
What happens if you lost a data file?
What is data type in oracle?
How to change user password in oracle?
What is the disadvantage of User defind function?
what happened to the global index when I truncate the data in one of the partition?
What is oracle join syntax?
What is Data Dictionary Cache in Oracle?
How to experiment a data lock in oracle?
What is a select query statement in oracle?