首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

debug 不能使用step into进入包体的解决办法

2012-11-20 
debug 不能使用step into进入包体的解决方法:1、给用户授权:grant debug connect session to xxxuser2、给

debug 不能使用step into进入包体的解决方法:

1、给用户授权:grant debug connect session to xxxuser;
2、给包增加debug信息:alter package pkg_xxx compile debug;

热点排行