In today’s article, we will be learning how to query the information held in the Control File.
We make our query with the help of the following code block.
1 | SQL> select * from v$controlfile_record_section; |
In today’s article, we will be learning how to query the information held in the Control File.
We make our query with the help of the following code block.
1 | SQL> select * from v$controlfile_record_section; |
Thanks