Top | Previous | Next |
Creating and Editing Connections |
Database connections are managed in the gateway under Databases > Connections. To create a new connection, click the Create new Database Connection link below the connection table. Select a driver Select the appropriate database driver for the server that you'll be connecting to. If a suitable driver isn't present in the list, you may need to install a new JDBC driver. Configure Connection After selecting the driver, you'll configure the settings for the connection. Some settings, such as the Connect URL may be specific to the driver that you're using.
Connection Settings
Advanced Settings There are a variety of advanced settings that should not need to be changed under normal circumstances. Their descriptions are shown on the settings page. Database Connection Failover Database connections support "failover", by which objects that use that connection will use a different connection if it is unavailable. The failover datasource determines which connection will be used, and the failover mode determines when, if ever, the connection will switch back to the primary connection. Standard mode dictates that the secondary connection will be used only until the primary connection is available again. Sticky, instead, will continue to use the secondary connection until that connection fails, or until the system is restarted. |