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

grant execute on apps.SPM_CON_INVOICE_INF_PKG to diq;

 

grant  DEBUG on apps.SPM_CON_INVOICE_INF_PKG to diq;

 

 

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

 debugger 进不去包解决!

alter package CUX_CP_PLAN_UTIL_PKG_BAK compile debug;

 

posted @ 2018-11-28 15:04  AmourOnce  阅读(3960)  评论(0编辑  收藏  举报