[EMAIL PROTECTED] wrote: > > Hi DBAs, > > Oracle 8.1.6, NT server, JServer 8.1.6, Win 200 client > > A list member sent me a pl/sql script for sending mail. It compiles ok when > I run it I get the following error > > "class oracle/plsql/net/TCPConnection does not exist" > > Any ideas on how to correct this? I do not know if I have to do something > on client side or server side > > Thanks > Rick >
Where do you think the stored procedure is executed? Your runtime message comes from a dynamically loaded routine. If you find TCPConnection.class it may be CLASSPATH or similar which is improperly set on your server. -- Regards, Stephane Faroult Oriole Ltd -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Stephane Faroult INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
