Documentation Center

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: 1433 for Microsoft SQL Server, 1521 for Oracle, 50000 for DB2.

databaseName (all drivers)

The name of the database

serviceName (Oracle drivers only)

The name of the database, to be used instead of databaseName if 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: thin for Oracle, 4 for DB2

networkProtocol (Oracle only)

The network protocol to use ( tcp).

Attributes

AttributeDescription and useType
Name

Name of a property supported by the selected DataSource

(required)
string
Value

Value for the named property

(required)
string