What is redo log thread?
In Oracle Database, a redo log thread is a sequence of redo logs used to record all changes made to the database. Redo logs are crucial for database recovery
oracle configurationintermediate
by OracleDba
21 views
In Oracle Database, a redo log thread is a sequence of redo logs used to record all changes made to the database. Redo logs are crucial for database recovery
1
SQL>select * from gv$instance where inst_id= 1 ;1
SQL> select * from gv$log where inst_log=thread#Please to add comments
No comments yet. Be the first to comment!