Hi There, I wonder if anyone could help with a problem that I seem to be having with a stored procedure that I have developed under Oracle 8i.
The stored procedure has been working for a week and stopped working yesterday. I checked for errors in the procedure using SQL plus and it told me that there were no errors. All I did to solve the problem was to create/replace the procedure again, with exactly the same code that was already there.
Am I missing something somewhere as I can not understand why it should work ok one minute and not the next and be solved by reloading / recreating exactly the same procedure? The values being passed to the procedure did not change either i.e. they were the same on both days when the procedure was working and was not working.
Thanks your your help / ideas.
The stored procedure has been working for a week and stopped working yesterday. I checked for errors in the procedure using SQL plus and it told me that there were no errors. All I did to solve the problem was to create/replace the procedure again, with exactly the same code that was already there.
Am I missing something somewhere as I can not understand why it should work ok one minute and not the next and be solved by reloading / recreating exactly the same procedure? The values being passed to the procedure did not change either i.e. they were the same on both days when the procedure was working and was not working.
Thanks your your help / ideas.