Friday, July 28, 2017

SQLPLUS command to connect with RAC DB service name


SQLPLUS command to connect with RAC DB service name:

/oradata/instantclient_11_1/sqlplus -s  "username/password@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=db.hosta.com)(Port=1521))(CONNECT_DATA=(SERVICE_NAME=PROD_HA)))"  

No comments:

Post a Comment