-
-
Save djangofan/4436831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create user usr_name identified by [pass***word] profile usr_profile default tablespace usr_ts temporary tablespace temp quota unlimited on usr_ts account unlock | |
grant create session to usr_name | |
grant create table to usr_name | |
grant create view to usr_name | |
grant create sequence to usr_name | |
grant create procedure to usr_name | |
grant create database link to usr_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment