Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Class does not exist error
sfaroult_at_oriole.com wrote:
>Rick_Cale_at_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.
>
or it could not be installed on the database JVM.
-- -- Bill "Shrek" Thater ORACLE DBA bthater2_at_netscape.net ------------------------------------------------------------------------ You gotta program like you don't need the money, You gotta compile like you'll never get hurt, You gotta run like there's nobody watching, It's gotta come from the heart if you want it to work. ------------------------------------------------------------------------ A list is only as strong as its weakest link. - Don Knuth -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: bill thater INET: bthater2_at_netscape.net 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_at_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).Received on Tue Jan 29 2002 - 09:02:09 CST
![]() |
![]() |