Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. create user colegio identified by colegio;
  2. grant create session to colegio;
  3. grant create table to colegio;
  4. grant create view to colegio;
  5. grant create procedure to colegio;
  6. grant create synonym to colegio;
  7. grant create secuence to colegio;
  8. grant create trigger to colegio;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement