SQL parameters: sqldb

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

sqldb

Description

This parameter defines the host name of the RDBMS to which you want the Service Manager server to connect.

  • For Oracle this is the Network Service Name in tnsnames.ora. You can also enter a connection string to specify a particular connection driver.
  • For SQL Server this is the ODBC DSN name.
  • For PostgreSQL, this includes the PostgreSQL host, port, and database name.

    The format is as follows:

    host=<db_server_host> port=<db_port> dbname=<db_name>

    Or

    //<db_server_host>:<db_port>/<db_name>

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

None

Possible values

Host name of RDBMS

Example usage

Command line: sm -httpPort:13080 -sqldb:dbserver

Initialization file: sqldb:dbserver

Tip Example for PostgreSQL: sqldb:host=192.0.2.10 port=5432 dbname=dbserver

Related topics

System parameters
Enter a parameter in the sm.ini file
Database parameters