Hello to all,
I have a question regarding an error I take from Oracle. I have implemented a package in Oracle, containing some procedures and functions. When I install the package and the body there is no problem. But when I try to execute one of the procedures implemented I get the following error:
error report - no more data to read from socket
After getting this error I cannot run even a simple select query. Oracle always returns the error above.
Apart from that, let me inform you that after restarting my PC I did not face the issue any more. But when I tried to execute again the "problematic" procedure I get this error for all the actions I do (execute other procedures, execute simple queries, etc.)
Does anyone has any idea what's the reason of the problem may be?
Thanks in advance quys!
Harry