ASA Database Administration Guide
Connection and Communication Parameters
Connection parameters
To stop a server using dbstop even when there are connections to the server.
Anywhere
YES, NO
NO
The dbstop utility shuts down a database server. If you specify UNC=YES
in the connection string, the server is shut down even if there are active connections. If Unconditional is not set to YES, then the server is shut down only if there are no active connections.
The following command line shuts down the server unconditionally:
dbstop -c "UID=DBA;PWD=SQL;ENG=server-name;UNC=YES"
Stopping a database server using the dbstop command-line utility