Oracle Database:Driver package Name: Ojdbc14.jarname of the driver class: Oracle.jdbc.driver.OracleDriverJDBC URL:jdbc:oracle:thin: @dbip:p ort:databasenameDescription: The driver package name may changeeach part of the JDBC URL has the following meanings:dbip– is the IP address of the database server, if local writable: localhost or 127.0.0.1. port– is the listening port for the database and needs to look at the configuration at the time of installation, default is 1521. databasename– is the SID of the database, usually the name of the global database. SQL Server DatabaseDriver package Name: Msbase.jar Mssqlserver.jar Msutil.jarname of the driver class: Com.microsoft.jdbc.sqlserver.SQLServerDriverJDBC Url:jdbc:microsoft:sqlserver://dbip:port;databasename=databasenameDescription: The driver package name may changeeach part of the JDBC URL has the following meanings:dbip– is the IP address of the database server, if local writable: localhost or 127.0.0.1. port– is the listening port for the database and needs to look at the configuration at the time of installation, default is 1433. the name of the databasename– database. MySQL DatabaseDriver package Name: Mysql-connector-java-3.1.11-bin.jarname of the driver class: Com.mysql.jdbc.DriverJDBC Url:jdbc:mysql://dbip:port/databasenameDescription: The driver package name may changeThe JDBC URL has the following meanings for each part:dbip– is the IP address of the database server, if local writable: localhost or 127.0.0.1. port– is the listening port for the database and needs to look at the configuration at the time of installation, default is 3306. the name of the databasename– database.
Each common database driver