All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anwiba.database.oracle.utilities.CreateUserStatementStrings.sql Maven / Gradle / Ivy

There is a newer version: 1.2.50
Show newest version
CREATE {5} TABLESPACE {0} DATAFILE '{2}' SIZE {3} REUSE AUTOEXTEND ON NEXT {3} MAXSIZE {4};
create user {0} identified by {1} default tablespace {0} temporary tablespace temp;
grant CREATE SESSION to {0};
grant CREATE TABLE to {0};
grant CREATE PROCEDURE to {0};
grant CREATE SEQUENCE to {0};
grant CREATE TRIGGER to {0};
grant CREATE TYPE to {0};
grant CREATE LIBRARY to {0};
grant CREATE OPERATOR to {0};
grant CREATE INDEXTYPE to {0};
grant CREATE PUBLIC SYNONYM to {0};
grant DROP PUBLIC SYNONYM to {0};
grant UNLIMITED TABLESPACE to {0};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy