赞
踩
create user USER_TEST identified by password1 default tablespace Ts_USER temporary tablespace Temp_USER profile DEFAULT; grant connect to USER_TEST; grant resource to USER_TEST; grant CREATE SYNONYM to USER_TEST; grant CREATE CLUSTER to USER_TEST; grant CREATE INDEXTYPE to USER_TEST; grant CREATE PROCEDURE to USER_TEST; grant CREATE SEQUENCE to USER_TEST; grant CREATE SESSION to USER_TEST; grant CREATE TABLE to USER_TEST; grant CREATE TRIGGER to USER_TEST; grant CREATE TYPE to USER_TEST; grant CREATE VIEW to USER_TEST; grant DROP ANY SYNONYM to USER_TEST; ----表授权 GRANT DELETE,UPDATE,INSERT,SELECT ON USER_TEST.TABLE1 TO USER_TEST2;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。