08 2011 档案
摘要:create user TEST identified by "TEST" --创建TEST用户default tablespace USERStemporary tablespace TEMPprofile DEFAULT;grant connect,create view ,resource to TEST;grant unlimited tablespace to TEST;--管理员授权 grant create session to TEST;--授予TEST用户创建session的权限,即登陆权限 grant unlimited session to TEST;
阅读全文
posted @ 2011-08-22 09:44
七郎

浙公网安备 33010602011771号