建立/修改 User 語法

2016-08-11 12:20

create user chen identified by xxxx default tablespace chen temporary tablespace chen_temp quota 100M on chen ;

 

alter user chen identified by xxxx default tablespace chen temporary tablespace chen_temp quota 100M on chen ;

 

grant connect, resource, create view, alter session, create synonym to chen ;