My Oracle database is configured with Service Name and not with SID. In NeoLoad configuration we need to indicate the database name but I tried using the Service Name and it did not work. Could you help me?
NeoLoad is able to monitor Oracle databases using the JDBC driver.
By default, you have to indicate the database name and credentials to connect to your Oracle database.
In case of your database is configured with Service Name, you can switch to Advanced mode and use your own URL.
This is the syntax that you can use to connect to your database using Service name:
jdbc:oracle:thin:@//<host>:<port>/<service_name>
For more information, see “Database” under “Monitors” section in NeoLoad documentation.