oracle 12. can't start exproc: listener.ora config ignored
Hi, all.
I am having troubles with starting external C procedure using "old style" approach - listener.ora and tnsnames.ora.
New approach with $ORACLE_HOME/hs/admin/extproc.ora is not suitable in my case.
Now I've got simple listener.ora config which works fine on one instance (oracle 12.1) and don't work on new instance (oracle 12.2)
The same problem I saw not only on oracle 12, but on oracle 11.2 also.
I've got library to make external shell calls and simple test script to print current environment to file.
I created PL/SQL package function which is mapped to that .so library.