June 2018
Intermediate to advanced
478 pages
10h 52m
English
Users with WLMADM authority are allowed to perform the following tasks:
You can assign WLMADM authority on a database called SAMPLE to the user john, by executing the following statement:
CONNECT TO sample; GRANT WLMADM ON DATABASE TO USER john;
If you want to revoke WLMADM authority on a database called SAMPLE from the user john, execute the following statement:
CONNECT TO sample; REVOKE WLMADM ON DATABASE FROM USER john;
Read now
Unlock full access