Privileges of the Database Administrator
When you created a NuoDB database, you specified a database administrator username and password (see Creating a Database).
This database administrator user is the superuser of the database and is granted the ADMINISTRATOR
role and DBA
role by default.
-
The
ADMINISTRATOR
role grants the privilege to modify system property values using theSET
statement.
Only the users granted theADMINISTRATOR
role can create functions and stored procedures, create and drop users, and modify the system property values. -
The
DBA
role grants the privilege to create functions and stored procedures but not to modify system property values.
Other users can create roles, select from system tables, create database objects and grant privileges on those database objects to other users.
To create functions and stored procedures, they must have the DBA
role.
The DBA
role is granted to them using the GRANT
statement.
|