Log Location Failover Database RAC using TAF
Dear All,
As oracle user, connect to an instance using the :
sqlplus /@ select instance_name from v$instance;
In another session, run: srvctl stop instance -d <db_name> -I <instance_name>
In SQL*Plus session, run: select instance_name from v$instance;
After the instance originally connected to is shutdown, the session transition to a surviving instance.
I want to know where is location of the log. so i know khow long time the session move to another session.
Thanks,