Contents Index GRANT REMOTE statement [SQL Remote] HELP statement [Interactive SQL]

ASA SQL Reference
  SQL Statements

GRANT REMOTE DBA statement [SQL Remote]


Description 

Use this statement to provide DBA privileges to a user ID, but only when connected from the Message Agent.

Syntax 

GRANT REMOTE DBA
TO userid, ...
IDENTIFIED BY password

Usage 

REMOTE DBA authority enables the Message Agent to have full access to the database in order to make any changes contained in the messages, while avoiding security problems associated with distributing DBA user IDs passwords.

REMOTE DBA has the following properties.

Permissions 

Must have DBA authority.

Side effects 

Automatic commit.

See also 

The Message Agent and replication security

REVOKE REMOTE DBA statement [SQL Remote]

Standards and compatibility 

Contents Index GRANT REMOTE statement [SQL Remote] HELP statement [Interactive SQL]