2008-04-23

oracle create user 添加用户

关键字: create user 添加用户
create tablespace hpx datafile 'e:/oracle/product/10.1.0/oradata/orcl/hpx.dat' size 100m autoextend on next 50m
maxsize unlimited;

create user hpx identified by hpx default tablespace hpx temporary tablespace temp;
grant connect,resource to hpx;
评论
发表评论

您还没有登录,请登录后发表评论