Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: PL/SQL and external procedures -- Linux :-) Solaris :-(
How come I can never figure these things out until I write a big long
note in here?
The problem turned out to be a line in sqlnet.ora on the Solaris machine.
NAMES.DEFAULT_DOMAIN = world
That was keeping the EXTPROC_CONNECTION_DATA alias from being recognized. I've found I can get it working by either commenting out the line in sqlnet.ora or by changing the alias to EXTPROC_CONNECTION_DATA.world (which looks funny but works).
Sorry I took up bandwidth with this.
-rje
R> I've RTFM'd until my eyes are crossed and I can't see what is going R> wrong. I've taken the code and configurations from R> http://www.orafaq.org/scripts/c_src/extproc.txt and implemented them R> verbatim. (And compared it to the PLSQL manual, the Oracle 8 R> Administration Guide and Fuuerstein's book.)Received on Fri Jun 23 2000 - 18:42:45 CDT