Christo Kutrovsky
Member³
Hello,
I've been trying to reproduce this error due to a test i was doing and was unable to do so. So i tried from sqlplus with the exact same sequence of events and it worked i.e. I got the error.
Then I started wondering what was going on and traced what was happening with PL/SQL Developer.
pl/sql developer is silently ignoring this error and resending the procedure
This is very bad, as a developer needs to be aware that this error had happened.
You should not do this silently in the background without any notification ! Some one can spend days trying to figure out why it works in the command window each time, and when called from the say webserver it fails every so often.
I would like to suggest either (or all) of the following:
- have an option (like the timing option) for the command window, wether to auto-retry such errors
- have some kind of indication that this has happened, like a small warning triangle like the one for this post, which when pointed will show a hint with an explanation of it's meaning.
Please don't do that again, do not silently ignore any errors. We're are not end users, we are developers. We need to be aware of those so that we can fix them.
This is 6.0.3.893 (btw you should've put in the news that 6.0.3. is out...)
I've been trying to reproduce this error due to a test i was doing and was unable to do so. So i tried from sqlplus with the exact same sequence of events and it worked i.e. I got the error.
Then I started wondering what was going on and traced what was happening with PL/SQL Developer.
pl/sql developer is silently ignoring this error and resending the procedure

This is very bad, as a developer needs to be aware that this error had happened.
You should not do this silently in the background without any notification ! Some one can spend days trying to figure out why it works in the command window each time, and when called from the say webserver it fails every so often.

I would like to suggest either (or all) of the following:
- have an option (like the timing option) for the command window, wether to auto-retry such errors
- have some kind of indication that this has happened, like a small warning triangle like the one for this post, which when pointed will show a hint with an explanation of it's meaning.
Please don't do that again, do not silently ignore any errors. We're are not end users, we are developers. We need to be aware of those so that we can fix them.
This is 6.0.3.893 (btw you should've put in the news that 6.0.3. is out...)