Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » The Database Server » The SQL Anywhere database server » Database server options

-gtc server option Next Page

-gu server option


Sets the permission levels for utility commands.

Syntax

{ dbsrv10 | dbeng10 } -gu { all | none | DBA | utility_db } ...

Applies to

All operating systems and servers.

Remarks

Sets permission levels for utility commands such as CREATE DATABASE and DROP DATABASE. The level can be set to one of the following: utility_db, all, none, or DBA. The default is DBA.

The utility_db level restricts the use of these commands to only those users who can connect to the utility database. The all, none, and DBA levels permit all users, no users, or users with DBA authority, respectively, to execute utility commands.