Sets the permissions required to stop the network server and personal server using dbstop.
{ dbsrv10 | dbeng10 } -gk { DBA | all | none } ...
All operating systems and servers.
The allowed values include:
DBA Only users with DBA authority can use dbstop to stop the server. This is the default for the network server.
all All users can use dbstop to stop the server. This is the default for the personal server.
none The server cannot be stopped using dbstop.
Both uppercase and lowercase syntax is acceptable.