- 
          Log in as Oracle Database user oracle to the Oracle Solaris Cluster node
            that currently masters the Oracle Database resource group.
        
- 
          Set the environment variables ORACLE_SID and
              ORACLE_HOME.
        
- 
          Confirm that you can start the Oracle Database instance from this cluster
            node.
        
- 
          Confirm that you can connect to the Oracle Database instance.
          Use the sqlplus command with the user/password
            variable that is defined in the connect_string property. # sqlplus sysdba/passwd@tns_service 
            
              - tns_service
- 
                Specifies the network name service provided by the 
                    $ORACLE_HOME/network/admin/tnsnames.ora file or the value of the
                    TNS_ADMIN environment variable. 
 
- 
          Shut down the Oracle Database instance.
          The Oracle Solaris Cluster software restarts the Oracle instance because the
            Oracle Database instance is under Oracle Solaris Cluster control. 
- 
          Switch the resource group that contains the Oracle Database resource to another
            cluster member.
          # clresourcegroup switch -n node-zone-list resource-group 
            
              - resource-group
- 
                Specifies the name of the resource group that you are switching. 
 
- 
          Log in as oracle to the cluster node that now contains the
            resource group.
        
- 
          Repeat Step 3 and Step 4 to confirm interactions with the
            Oracle Database instance.