Debugging Java Stored Procedures -
06-12-2004
, 11:11 AM
Hi
I have problem with debugging Java Stored Procedure. I use JDeveloper and if
procedure is a part of package I can run it and I see results but if I put
in this procedure breakpoits JDeveloper doesn't stop on them. I've made
eksperyment: removed package com.ble.ble from source and load it into Oracle
database. JDeveloper works fine and stop on breakpoints.
Any ideas ? |