Supported JDBC URL Format (Magic xpi 4.14)
Note that given below is a sub-set of URLs and not a comprehensive list. For the complete list of supported URLs, check the product documentation.
-
jdbc:sqlserver://[Host]:[Port];databaseName=[DatabaseName]
-
jdbc:sqlserver://[Host]:[Port];databaseName=[DatabaseName];integratedSecurity=true
-
jdbc:sqlserver://[Host]:[port];databaseName=[DatabaseName];user=[UserName];password=[Password]
-
jdbc:mysql://[Host]:[Port]/[DatabaseName]
-
jdbc:mysql://address=(host=[Host])(port=[Port])(user=[UserName])(password=[Password])/[DatabaseName]
-
jdbc:mysql://[Host]:[Port]/[DatabaseName]?user=[UserName]&password=[Password]&characterEncoding=[Encoding]
-
jdbc:oracle:thin:@[Host]:[Port]:[SID]
-
jdbc:oracle:thin:[User]/[Password]@[Host]:[Port]:[SID]
-
jdbc:oracle:thin:@//[Host]:[Port]/[Service Name]
-
jdbc:oracle:thin:[User]/[Password]@//[Host]:[Port]/[Service Name]
|
PostgreSQL and DB2 databases are not verified for the JDBC resource.
|