can you use external procedure listener in client/server configuration ?
Assume I have 2 servers:
oracli --- oracle client SW only
oradb --- oracle db server
I have an application (.so file) on oracli that I want to be able to call from an app on oracli that connects to a db on oradb.
I know how to do this if the client and db are on the same machine (ext_proc listener, build a library etc.) but can it be done in the client/sever config described above ?
Thanks in advance,
Kevin
oracli --- oracle client SW only
oradb --- oracle db server
I have an application (.so file) on oracli that I want to be able to call from an app on oracli that connects to a db on oradb.
I know how to do this if the client and db are on the same machine (ext_proc listener, build a library etc.) but can it be done in the client/sever config described above ?
Thanks in advance,
Kevin
0