All Apps and Add-ons

In our Oracle RAC environment with dataguard, how do we make Splunk DB Connect 'dataguard aware'?

kochera
Communicator

Hi,

We have an Oracle RAC environment with dataguard. We don't know which instance is the active one and which is the passive one. The JDBC connection string looks like:

jdbc:oracle:thin:@(DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = <hostA-scan>) (PORT = 1532))
    (ADDRESS = (PROTOCOL = TCP) (HOST = <hostB-scan>) (PORT = 1532))
    (CONNECT_DATA =
        (SERVICE_NAME = kudaps_rw.T.pnet.ch)
        (CONNECT_TIMEOUT=5)(RETRY_COUNT=2)
    )
)

Any idea how to make DB Connect 'dataguard aware'?

Cheers,
Andy

pmdba
Builder

Because DBX builds the JDBC uri dynamically from parameters in the database.conf file (host, port, and service name), I do not believe this kind of connect string is currently possible.

0 Karma

kochera
Communicator

Basically we should have a list of hosts and ports DB connect tries to connect to.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...