Skip to content
trent- edited this page Jul 2, 2014 · 3 revisions

Create a schema if you do not have one in mind

create user <user> identified by <password>;
grant create session to <user>;
grant create type to <user>;
grant create procedure to <user>;
Clone this wiki locally