Jansy-rm

Results 2 comments of Jansy-rm

Relieved to read someone has got it working. Any chance you could provide an example of a URL and db_connect_string that works for you?

Managed to get it working using a SEP Wallet. export DATA_SOURCE_NAME='oracle://username@hostname:1521/service?TRACE FILE=/tmp/trace.log&wallet=wallet_location' mkstore -wrl -create mkstore -wrl -createCredential '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=service)))' username "password" /usr/local/bin/oracledb_exporter --default.metrics "/etc/oracledb_exporter/default-metrics.toml" --log.level debug --web.listen-address 0.0.0.0:9110`