From sfaroult@oriole.com Tue, 29 Jan 2002 05:41:48 -0800
From: Stephane Faroult <sfaroult@oriole.com>
Date: Tue, 29 Jan 2002 05:41:48 -0800
Subject: Re: Class does not exist error
Message-ID: <F001.003FE7FF.20020129054022@fatcity.com>
MIME-Version: 1.0
Content-Type: text/plain


Rick_Cale@teamhealth.com 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: sfaroult@oriole.com

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: ListGuru@fatcity.com (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).




