Unwired Orchestrator provides support for several different kinds of databases. In addition to the databases that are explicitly supported, you can use any database for which you have a JDBC driver. Use the JDBC Connection endpoint type for databases that are not explicitly supported. See Database Endpoint Connections for a list of supported databases.
Use the Endpoint Wizard to add a JDBC connection. Have the following information available while you add the connection:
User name
Password
Base class name
The URL the driver uses to connect to the database
Any JDBC connection properties (name/value pairs) that can be passed to JDBC driver.
Be sure that you configure the JDBC driver for your database before you configure an endpoint connection. See Setting JDBC Driver Preferences to add JDBC drivers to the Unwired Orchestrator JDBC Driver Path.
Note: If you have problems connecting to any of the databases, refer to the documentation provided by the database vendor. For problems with the JDBC connection, use Sun's FAQ for JDBC at http://java.sun.com/products/jdbc/faq.html.