Connection String Syntax

Syntax for the connection string.

dbn=DBNAME;uid=DBUSER;pwd=DBPWD;links=tcpip(DoBroadcast=NO;VerifyServerName=NO;host=DBHOST;port=DBPORT)
Connection String Syntax
Variable Value
DBNAME

The name of the database.

  • For the cache database, use default.
  • For the cluster database, use clusterdb.
  • For the monitoring database, use monitordb.
  • For the domain database, use domainlogdb.
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.
  • For a single-node complete data tier installation, use 5200.
  • For the cache database (cluster), use 5200.
  • For the cluster database (cluster), use 5300.
  • For the monitoring database (cluster), use 5400.
  • For the domain database (cluster), use 5400.