Could not connect to database: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
I am getting above mentioned error message which trying to create a SQL sensor.
the sql is simple select count(*) from table name and group by column A. I am using: Port is 1521 Use direct mode (TCP/IP) Do not count number of records Ignore result set
Article Comments
Okay - are you sure that the given SID is indeed correct? Was the SERVICE_NAME identifier already tried?
Feb, 2017 - Permalink
What version of Oracle Database are you using? Older ones are not supported anymore by that sensor :(
Feb, 2017 - Permalink