create user uoc identified by uoc default tablespace uoc_data temporary tablespace temp;
grant connect, resource to uoc;
alter user uoc quota unlimited on uoc_data;
alter user uoc quota unlimited on temp;
create user uoc identified by uoc default tablespace uoc_data temporary tablespace temp;
grant connect, resource to uoc;
alter user uoc quota unlimited on uoc_data;
alter user uoc quota unlimited on temp;