Property
This topic describes the Property element.
Description
Specify a datasource property. These properties depend on the actual driver chosen:
-
serverName(all drivers) -
The name of the database server host.
-
portNumber(all drivers) -
Indicates the port of the database server:
1433for Microsoft SQL Server,1521for Oracle,50000for DB2. -
databaseName(all drivers) -
The name of the database
-
serviceName(Oracle drivers only) -
The name of the database, to be used instead of
databaseNameif you are connecting to Oracle RAC. -
user(all drivers) -
The name of a user who can access the database
-
password(all drivers) -
The password of that user
-
driverType(Oracle and DB2 drivers only) -
The type of driver:
thinfor Oracle,4for DB2 -
networkProtocol(Oracle only) -
The network protocol to use (
tcp).
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Name | Name of a property supported by the selected DataSource (required) | string |
| Value | Value for the named property (required) | string |