workaround for ORA-03113: end-of-file on communication channel
- by Jefferstone
The call to TEST_FUNCTION below fails with "ORA-03113: end-of-file on communication channel". A workaround is presented in TEST_FUNCTION2. I boiled down the code as my actual function is far more complex. Tested on Oracle 11G. Anyone have any idea why the first function fails?
CREATE OR REPLACE TYPE "EMPLOYEE" AS OBJECT
(
employee_id …