Is there an easy way to determine to which RAC node of an Oracle 11g R2 system I am connected? I am trying to perform some failover tests and I want to make sure my application is correctly connected to one note and upon the server shutdown of that node makes the transition smoothly to another node without any noticable delay on the frontend. May it is worth mentioning that we make use of TAF.
I considered using Enterprise Manager for this, but I guess that when I am connected to one node running em and this node goes down I will not really have a chance to monitor the nodes connectivity status.