Answer
The jdbcurl parameter is the URL to the database that contains the permissions and users table for setting up authentication in ArcIMS Servlet Connector.
The value for this parameter can be one of the following:
1. jdbcurl=jdbc:oracle:thin:@host:port:SID (for thin driver)
For example:
Code:
jdbc:Oracle:thin:@himalaya.esri.com:1521:ORA92
2. jdbcurl=jdbc:oracle:oci8:@<net8 service name> (for OCI driver)
For example:
Code:
jdbc:oracle:oci8:@ORA92