Hi, I have Oracle 8.1.7
I defined a store procedure 'A' which call another stored procedure 'B'.
If I execute procedure B and I substitute the result to the call of procedure 'B' inside 'A', it works.
But if I call 'A' leaving the call to 'B', it never ends.
It locks the table and I cannot kill the process. I must restart the server to unlock the table.
I defined a store procedure 'A' which call another stored procedure 'B'.
If I execute procedure B and I substitute the result to the call of procedure 'B' inside 'A', it works.
But if I call 'A' leaving the call to 'B', it never ends.
It locks the table and I cannot kill the process. I must restart the server to unlock the table.