Contents Index Changing a password Granting permissions on tables

ASA Database Administration Guide
  Managing User IDs and Permissions
    Managing individual user IDs and permissions

Granting DBA and RESOURCE authority


You can grant DBA and RESOURCE authority in the same manner.

To grant 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 

Contents Index Changing a password Granting permissions on tables