This task is part of the main task of Encrypting local data. After you have complete these steps, return to Overview of local data encryption.
Procedure
Once an application connects to a database with the authenticated user ID and password, the application can create new users, change passwords, or remove a registered user from the system. The syntax for creating a new user or changing a password is:
GRANT ENCRYPT ON DATABASE TO "newuser" USING "grantorpassword" NEW "newpassword"
The syntax for removing a registered user is:
REVOKE ENCRYPT ON DATABASE FROM "user"
Související koncepce
Související úlohy