Granting the Database Security Administrator role

A DBSA uses the GRANT DBSECADM statement to give database security administrator authority to a user.

Before you begin

You must be a DBSA to grant DBSECADM.

About this task

Procedure

Grant the DBSECADM role by issuing the GRANT DBSECADM statement, as described in the HCL OneDB™ Guide to SQL: Syntax.

Example

The following statement gives DBSECADM authority to user sam:

GRANT DBSECADM TO sam;

What to do next