Granting DBA and resource authority

DBA and RESOURCE authority are granted in exactly the same manner as each other.

StepsGranting resource permissions to a user ID

  1. Connect to the database as a user with DBA authority.

  2. Type and execute the SQL statement:

GRANT RESOURCE TO userid

For DBA authority, the appropriate SQL statement is:

GRANT DBA TO userid

Notes