The database owner is the operating system user that created the database. The database administrator (DBA) is an individual that has been granted administrator rights within the database.
DBA rights may be granted using the GUI Data Administration tool with the menu option "Admin > Security > Security Administrators..."., or the character Procedure Editor with the menu option "Tools > Data Dictionary > Admin > Security > Security Administrators...".
SQL DBA privileges can granted using SQL GRANT statements in a SQL query tool such as SQL Explorer.
Being a SQL DBA does not make the user a 4GL/ABL security administrator, or vice versa.
A database can have only one database owner, but it may have several database administrators.
The database owner is the default database administrator. The default DBA cannot have its privileges revoked using 4GL or SQL. |