You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already found and used the connection string from github for connecting to oracle database in one of my new relic configuration. but I do not find a connection string to connect to IBM db2 database. Please share the connection string for connecting the Db2 database.
For oracle its the below:
integrations:
workato-integrationbot
changed the title
Need connection string for connecting to db2 database for newrelic configuration
Need connection string for connecting to db2 database for newrelic configuration
Dec 23, 2024
I already found and used the connection string from github for connecting to oracle database in one of my new relic configuration. but I do not find a connection string to connect to IBM db2 database. Please share the connection string for connecting the Db2 database.
For oracle its the below:
integrations:
config:
name: OracleDbFlex
apis:
- database: oracle
db_conn: oracle://DBuserbame:password@hostname:port/Servicename
custom_attributes:
host: OracleDB
db_async: true
db_queries:
- name: ARES_outbound
run: SELECT * FROM DB_table
custom_attributes:
attype: showarestables
Similarly it would be helpful if you could provide me the db connection string for connecting to IBM Db2 database.
The text was updated successfully, but these errors were encountered: