create user hoge identified by hoge default tablespace users temporary tablespace temp quota unlimited on users;
grant connect to hoge;
grant resource to hoge;
create user hoge identified by hoge default tablespace users temporary tablespace temp quota unlimited on users;
grant connect to hoge;
grant resource to hoge;
No responses yet