Syntax for the connection string.
dbn=DBNAME;uid=DBUSER;pwd=DBPWD;links=tcpip(DoBroadcast=NO;VerifyServerName=NO;host=DBHOST;port=DBPORT)
Variable | Value |
---|---|
DBNAME |
The name of the database.
|
DBUSER | The name of database administrator user (by default, dba). |
DBPWD | The password of the database administrator user (by default, sql ). |
DBHOST | The host name or IP address of the data tier computer. |
DBPORT | The port number of the database. The following list identifies
default database ports; use the appropriate port values for your
production environment.
|