Discovery of 2 Node rac 11Gr2 has successfully done .Under enviroment cluster nodes+ jdbc connect string seems also ok.
2 NODE RAC has scan name which can be resolved via DNS server and delphix engine also has this dns and able to resolve properly.
While I am trying to add dsource it generates error below:
Cannot get Connection from Datasource: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish.
However manually testing the connection is successful as below:
Used TNSNAMES adapter to resolve the aliasAttempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
(HOST = racnode-cluster-scan)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = rac
db.idevelopment.info)))
OK (100 msec)
C:\WINDOWS\system32>sqlplus delphix/delphix@RACDB
SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 12 15:28:03 2015
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management,
OLAP,
Data Mining and Real Application Testing options
SQL>
