Wednesday 16 April 2014

Grant Usage Privileges on a Schema to the user




    Using below syntax we can grant usage privileges on a schema to required user.

Syntax:
GRANT USAGE ON SCHEMA <Schema Name> TO <User Name>;

Example:
GRANT USAGE ON SCHEMA test_schema TO sample_user;


See also:

No comments:

Post a Comment