We are currently forced to use macromedia drivers for ColdFusion to connect to Oracle databases. The jdbc connection url is similar:
jdbc:macromedia:oracle:
The flip side of this approach is that it forces us to “hard code” the database server name, as well as the port number and service name.
Does anyone know how the jdbc url should use the TNSNames entry?
For OCI drivers, this is jdbc:oracle:oci:@tnsentry
Is it possible to do the same with macromedia drivers? What will you be the correct URL?
source
share