The dialog appears when you do one of the following:
The dialog helps you to specify the connection information and create a connection to Oracle.
Driver
Specifies the Oracle JDBC driver name that this connection will use.
Connection Type
Specifies a way for JDBC thin driver to connect to Oracle:
jdbc:oracle:thin:@//<host>:<port>/<service_name>
. It is recommended. jdbc:oracle:thin:@<host>:<port>:<SID>
.jdbc:oracle:thin:@<TNSName>
.Server
Specifies the host name or IP address of the database server.
Port
Specifies the port of the database server.
Service Name/TNS Name
Specifies the service name or TNS name of the database instance.
User
Specifies the user ID used for accessing the database.
Password
Specifies the password used for accessing the database.
Show URL
Specifies to configure the connection information using URL.
Test Connection
Tests whether the specified connection information can connect to the database successfully.
More Options
These options are designed for experienced users, and when your database has some special requirements. Click here to see the details.
OK
Creates the connection to Oracle and closes the dialog.
Cancel
Cancels the connection creation and closes the dialog.
Help
Displays the help document about this feature.