Permission to Create New Database
The database server should also be configured so that all users have the right to create a new database. This is entered with the setting -gd all.
The available alternatives for the -gd setting are:
- dba - only users with "DBA"-permission/access right can start new databases.
- all - all users can create new databases.
- none - it is not allowed to create new databases.
The default option is dba on a "network database server" (the one for MONITOR) and all on a "personal database server".