Files correlati : Ricompilazione Demo : [ ] Commento : Personalizzazione CRPA git-svn-id: svn://10.65.10.50/trunk@12246 c028cbd2-c16b-5b4b-a496-9718f37d4682
9 lines
193 B
SQL
Executable File
9 lines
193 B
SQL
Executable File
create user pmc
|
|
identified by pmc
|
|
default tablespace pmc001td
|
|
quota unlimited on pmc001td
|
|
temporary tablespace temp;
|
|
alter user pmc
|
|
quota unlimited on pmc001ti;
|
|
grant connect, resource to pmc;
|