Oracle 给予访问其他用户包的权限

原文链接: http://www.cnblogs.com/chuanqiMa/p/10032221.html

grant execute on apps.SPM_CON_INVOICE_INF_PKG to diq;

 

grant  DEBUG on apps.SPM_CON_INVOICE_INF_PKG to diq;

 

Oracle 给予访问其他用户包的权限_第1张图片

 

在diq 下直接 view apps.SPM_CON_INVOICE_INF_PKG即可。

 debugger 进不去包解决!

alter package CUX_CP_PLAN_UTIL_PKG_BAK compile debug;

 

转载于:https://www.cnblogs.com/chuanqiMa/p/10032221.html

你可能感兴趣的:(Oracle 给予访问其他用户包的权限)