create
user MicroAP
identified by micro#0984
default tablespace microAp
temporary tablespace;
grant
create session to MicroAp;
grant
create table to MicroAp;
create
user MICRO
identified by micro#0984
default tablespace microAp;
alter user MICRO quota 1024M on microAp;
grant
create session to MICRO;
grant
create table to MICRO;
====================================================================================================================
create
user MPay
identified by micro#0984
default tablespace microAp;
alter user MPay quota 1024M on microAp;
grant
create session to MPay
grant
create table to MPay
====================================================================================================================
create
user ec_apuser
identified by micro#0984
default tablespace microAp;
alter user ec_apuser quota 1024M on microAp;
grant
create session to ec_apuser;
grant
create table to ec_apuser;