RE: Class does not exist error

2002-01-29 Thread Jesse, Rich
This is supposed to be BUG# 1260358 and fixed in 8.1.6.1, but I can't find any info on that BUG... You may want to try to execute the $ORACLE_HOME/rdbms/admin/iniplsj.sql script as user SYS. This is normally called as part of initjvm.sql, but some releases skipped it. If I remember correctly, I

RE: Class does not exist error

2002-01-29 Thread Vadim Gorbounov
Hi, Rick I'm not 100% sure, but it I think, the problem is Server/JServer version. The script will be OK on 8.1.7. 8.1.7 JVM is very different from 8.1.6 HTH Vadim -Original Message- Sent: Tuesday, January 29, 2002 8:15 AM To: Multiple recipients of list ORACLE-L Hi DBAs, Oracle 8.1.6

Re: Class does not exist error

2002-01-29 Thread bill thater
[EMAIL PROTECTED] wrote: >[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 exi

RE: Class does not exist error

2002-01-29 Thread Mercadante, Thomas F
Rick, Run the initplsj.sql file found under the oracle_home/rdbms/admin directory via the SYS account. It will load the classes you are missing. Hope this helps. Tom Mercadante Oracle Certified Professional -Original Message- Sent: Tuesday, January 29, 2002 8:15 AM To: Multiple rec

Re: Class does not exist error

2002-01-29 Thread Stephane Faroult
[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

Class does not exist error

2002-01-29 Thread Rick_Cale
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 s