All Apps and Add-ons

Can I connect to Oracle RAC with DB Connect?And how?

wifan_splunk
Splunk Employee
Splunk Employee

I have Oracle RAC server in our lab.
Here is my connection info:
SCAN name: host-scan-1.com, host-scan-2.com
Service name: my-oracle.com
I can connect to the server by running: $ORACLE_HOME/bin/sqlplus host-scan-1.com:1521/my-oracle.com

SO, can I connect to the RAC server with DB Connect 2.2.0? And how?

Tags (1)
1 Solution

rzhang_splunk
Splunk Employee
Splunk Employee

Yes, DB Connect 2.2.0 works for following two scenario:

Scenario1: If you are using Oracle Single Scan(Single Client Access Name), then you should set your connection as

  1. set your Host to host-scan-1.com
  2. Choose database type to Oracle Service (using ojdbc6.jar)
  3. Set default database to my-oracle.com, actually this is your service name
  4. Port is 1521

Then you can connect to the host-scan-1.com

Scenarios2:
If you are using multiple SCAN, san host-scan-1.com and host-scan2.com. You need to specify the URL by your self in JDBC URL Format, see below screenshot. For example:

jdbc:oracle:thin:@(DESCRIPTION =
     (ADDRESS = (PROTOCOL = TCP) (HOST = host-scan-1) (PORT = 1521))
     (ADDRESS = (PROTOCOL = TCP) (HOST = host-scan-2) (PORT = 1521))
     (ADDRESS = (PROTOCOL = TCP) (HOST = host-scan-3) (PORT = 1521))
     (CONNECT_DATA =
         (SERVICE_NAME = myoracle.servicename)
         (CONNECT_TIMEOUT=5)(RETRY_COUNT=2)
     )
 )

alt text

Hope this would help

View solution in original post

rzhang_splunk
Splunk Employee
Splunk Employee

Yes, DB Connect 2.2.0 works for following two scenario:

Scenario1: If you are using Oracle Single Scan(Single Client Access Name), then you should set your connection as

  1. set your Host to host-scan-1.com
  2. Choose database type to Oracle Service (using ojdbc6.jar)
  3. Set default database to my-oracle.com, actually this is your service name
  4. Port is 1521

Then you can connect to the host-scan-1.com

Scenarios2:
If you are using multiple SCAN, san host-scan-1.com and host-scan2.com. You need to specify the URL by your self in JDBC URL Format, see below screenshot. For example:

jdbc:oracle:thin:@(DESCRIPTION =
     (ADDRESS = (PROTOCOL = TCP) (HOST = host-scan-1) (PORT = 1521))
     (ADDRESS = (PROTOCOL = TCP) (HOST = host-scan-2) (PORT = 1521))
     (ADDRESS = (PROTOCOL = TCP) (HOST = host-scan-3) (PORT = 1521))
     (CONNECT_DATA =
         (SERVICE_NAME = myoracle.servicename)
         (CONNECT_TIMEOUT=5)(RETRY_COUNT=2)
     )
 )

alt text

Hope this would help

wifan_splunk
Splunk Employee
Splunk Employee

It works, thanks.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...