plsql/devloper进不了调试状态
-
zgy13121
2008-09-27 14:46:01
-
数据库开发技术
-
原创
plsql/devloper进不了调试状态
oracle环境:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Oracle Label Security, OLAP
and Data Mining Scoring Engine options
利用plsql/devloper6调试时,对test窗口总是进不了调试状态,按f9也一样。
解决方法:在要调试的存储过程中添加断点后编译,再调试。
对rac环境下调试完后,最好用命令再编译一次。
alter package packagename compile;
alter package packagename compile body;[@more@]