I am getting the following error message: "Could not connect to database: NET: Invalid SID"
on the PRTG Server i installed Oracle Net and SQLPlus. I use the following tnsnames.ora entry in the file on the PRTG Server:
IJUE_RAC= (DESCRIPTION= (FAILOVER=yes) (LOAD_BALANCE=yes) (ADDRESS_LIST= (ADDRESS= (PROTOCOL=TCP) (HOST=172.20.50.1) (PORT=1521) ) (ADDRESS= (PROTOCOL=TCP) (HOST=172.20.50.2) (PORT=1521) ) (ADDRESS= (PROTOCOL=TCP) (HOST=172.20.50.3) (PORT=1521) ) ) (CONNECT_DATA= (FAILOVER_MODE= (TYPE=select) (METHOD=basic) (RETRIES=10) (DELAY=5) ) (SERVER=dedicated) (SERVICE_NAME=IJUE.db.logitek.at) ) )
in the sensor i use Service Name IJUE_RAC (also tried IJUE.db.logitek.at) - it just does not work.
thanks for help.
Add comment