User guide

Data Integration with Sybase Avaki Studio 33
Creating database connectors
Step 3
Fill in the form:
Connector Name: Enter a name for this database connector. For this tutorial, we’ll
use the name dept_db. Note: Do not include spaces in the name.
Description: Optional. Enter some descriptive information about this database con-
nector and the database it accesses.
Avaki Server: Select the Avaki grid server on which this database connector will
run.
JDBC Driver Class: Enter the class name of your database JDBC driver. (The data-
base connector won’t work until this driver is copied into the drivers directory of
the local Avaki installation directory.) For example:
oracle.jdbc.driver.OracleDriver
JDBC Connection String: Enter the URL for your JDBC driver. For more informa-
tion, see the documentation for your database. Here is a sample connection string:
jdbc:oracle:thin:@gallium:1521:test1
Database Name: Optional. Enter the name of the database.
Default User Name: Enter the name of a database user account. The database con-
nector will use this account to authenticate the database connection. All database
operations will use this username when executed.
Default Password: Enter the password to use to authenticate the database connec-
tion. All database operations will use this password when executed.