Create database administrators
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Database security is defined and controlled by database administrators (DBAs). Within the scope of database security, DBAs are responsible for:
- Adding users
- Deleting users
- Permitting access to specific database objects
- Limiting or prohibiting access to database objects
- Granting users privileges to view or modify database objects
- Modifying or revoking privileges that have been granted to the users
A user who initially creates a database becomes its default administrator. Therefore, this initial user has the authority to create other administrator accounts for that particular database.
OpenEdge Studio offers two methods for creating DBAs:
- In SQL, the DBA can use the
CREATEstatement to create a user in the_Usertable and then use theGRANTstatement to provide the user with administrative privileges. - In ABL, a DBA uses Database Administration to define other administrators and Security Administrators.