一:表
create or replace synonym T_ENQUIRY_INFO
for RSCD.T_ENQUIRY_INFO;
grant select,insert,delete,update on T_ENQUIRY_INFO to wfs WITH GRANT OPTION;
二:包
grant execute on PKG_JB3BWC01000Z to RSCD with grant option;
一:表
create or replace synonym T_ENQUIRY_INFO
for RSCD.T_ENQUIRY_INFO;
grant select,insert,delete,update on T_ENQUIRY_INFO to wfs WITH GRANT OPTION;
二:包
grant execute on PKG_JB3BWC01000Z to RSCD with grant option;
相关文章: