Skip to content

Instantly share code, notes, and snippets.

@iwouldnot
Forked from anonymous/l2.sql
Created October 5, 2017 03:43
Show Gist options
  • Save iwouldnot/f9de2c00c77404ec0229504627c111ba to your computer and use it in GitHub Desktop.
Save iwouldnot/f9de2c00c77404ec0229504627c111ba to your computer and use it in GitHub Desktop.
angl
CREATE USER van_user1
IDENTIFIED BY pass;
CREATE USER van_user2
IDENTIFIED BY word;
CREATE ROLE van_role;
GRANT van_role TO van_user1, van_user2;
GRANT CONNECT TO van_role;
GRANT CREATE TABLE, CREATE VIEW, CREATE SEQUENCE, CREATE PROCEDURE TO van_role;
GRANT SELECT ON VAN_8K51_INFO TO van_role;
GRANT EXECUTE ON UPD_BAT_STAT TO van_role;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment