Unanswered question

Failed to set up monitor for Oracle

I'm getting a message of "TNS:listener does not currently know of SID given in connect descriptor" -- The Oracle DB Monitor Configuration screen does not provide a place to include the SID. How do I provide a SID?

Don B.
Don B.

Don B.

Level
0
13 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

In fact, you should be able to use your SID name in the "database" field.

Now you can also switch to advanced mode and use that URL:

jdbc:oracle:thin:@<host>:<port>:<SID>

Moreover if you have a service name instead of a SID that is very common with latest Oracle versions, you can use that URL instead:

jdbc:oracle:thin:@//<host>:<port>/<service_name>

I hope it will help you.