逆水行船

别人的天堂,是我的异乡;无端的繁华,倍添我的惆怅

 

创建oracle用户

create user ivsmtest2 identified by ivsmtest2;
grant CONNECT to ivsmtest2;
grant DBA to ivsmtest2;
grant create any table to ivsmtest2;
grant insert any table to ivsmtest2;
grant delete any table to ivsmtest2;
grant select any table to ivsmtest2;
grant drop any table to ivsmtest2;
grant under any table to ivsmtest2;
grant alter any table to ivsmtest2;
grant update any table to ivsmtest2;
grant comment any table to ivsmtest2;
grant unlimited tablespace to ivsmtest2;
commit;

posted on 2009-08-13 08:59  荣-  阅读(248)  评论(0编辑  收藏  举报

导航