ASA Database Administration Guide
Database Administration Utilities
The Stop utility
dbstop [ options ]
| Option | Description |
|---|---|
| server-name | Name of a local database server to stop. |
| -c "keyword=value; ..." | Connection parameters |
| -d | Stop specified database only. |
| -o filename | Log output messages to a file |
| -q | Quiet mode—do not print messages |
| -x | Do not stop if there are active connections |
| -y | Stop without prompting even if there are active connections |
Options let you control whether a server is stopped even if there are active connections, and whether to stop a server or only a database.
Exit codes are 0 (success) or non-zero (failure).
For more information about the Stop utility options, see Stop utility options.
This utility accepts @filename parameters. For more information, see @filename server option.