Unconditional Connection Parameter [UNC]

Stops a server using dbstop even when there are connections to the server.

Usage

Anywhere

Default

No

Description

The dbstop command line utility shuts down a database server. If you specify Unconditional=Yes in the connection string, the server is shut down even if there are active connections. If Unconditional is not set to Yes, the server shuts down only if there are no active connections.

Example

The following command line shuts down the server unconditionally:

dbstop -c "uid=DBA;pwd=SQL;eng=server-name;unc=yes"

See Also

Utility Guide > stop_iq Database Shutdown Utility