JDBC URL Format
You specify a JDBC URL when you are establishing a JDBC connection to an ActiveSpaces data grid.
The standard syntax for JDBC URLs is:
jdbc:<subprotocol>:<subname>The variables in this syntax are as follows:
- subprotocol is the name of the driver or the name of a database connectivity mechanism.
- subname is a way to identify the data source.
jdbc:tibco:tibdg[:<data-source-name>][;<propertyName>=<propertyValue>]*The <data-source-name> is optional and specifies the data grid name. The data grid name can also be specified as a property as in the following example URL:
jdbc:tibco:tibdg;gridname=mygridIf the data grid name is not specified as a property or as <data-source-name>, then _default is used, which is the default data grid name. For example:
jdbc:tibco:tibdg
Copyright © Cloud Software Group, Inc. All rights reserved.