Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: missing jaba libraries...
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C053F5.E8D99830
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
You should load java in your database.
Alex Hillman
-----Original Message-----
From: Javier Morales [mailto:Javier_at_infojobs.net]
Sent: Tuesday, November 21, 2000 1:32 PM
To: Multiple recipients of list ORACLE-L
Subject: missing jaba libraries...
I try to execute one procedure that uses UTL_FILE and UTL_SMPT and I =
get
this error...
SVRMGR> execute infojobs2.llansa_push_diario_archivos;
ORA-29540: class oracle/plsql/net/TCPConnection does not exist ORA-06512: at "SYS.UTL_TCP", line 533 ORA-06512: at "SYS.UTL_TCP", line 199 ORA-06512: at "SYS.UTL_SMTP", line 99 ORA-06512: at "SYS.UTL_SMTP", line 121 ORA-06512: at "INFOJOBS2.LLANSA_PUSH_DIARIO_ARCHIVOS", line 253 ORA-29540: class oracle/plsql/net/TCPConnection does not exist ORA-06512: at line 2
I did launch the scripts initjvm.sql, initplsj.sql and made a javaload =
of
plsql.jar file...
any suggestions??
-----Mensaje original-----
De: Raj Gopalan [mailto:raj.gopalan_at_netdecisions.co.uk]
Enviado el: martes 21 de noviembre de 2000 18:46
Para: Multiple recipients of list ORACLE-L
Asunto: DBMS_JOB
Hi all
I need to schedule a procedure using dbms_job.=20
I created it using the following script.
declare
jobno number;
begin
dbms_job.submit(jobno,'SP_MANUAL_REPLICATION;', = sysdate,'sysdate+1');
commit;
end;
For some reason it not running at all.=20
Any thoughts?
TIA
Raj
--=20
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--=20
Author: Raj Gopalan
INET: raj.gopalan_at_netdecisions.co.uk
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).
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).
------_=_NextPart_001_01C053F5.E8D99830
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =charset=3Diso-8859-1">
<TITLE>RE: missing jaba libraries...</TITLE> </HEAD> <BODY>
<P><FONT SIZE=3D2>You should load java in your database.</FONT> </P>
<P><FONT SIZE=3D2>Alex Hillman</FONT>
</P>
<P><FONT SIZE=3D2>-----Original Message-----</FONT> <BR><FONT SIZE=3D2>From: Javier Morales [<A = HREF=3D"mailto:Javier_at_infojobs.net">mailto:Javier_at_infojobs.net</A>]</FON= T>
<BR><FONT SIZE=3D2>Sent: Tuesday, November 21, 2000 1:32 PM</FONT> <BR><FONT SIZE=3D2>To: Multiple recipients of list ORACLE-L</FONT> <BR><FONT SIZE=3D2>Subject: missing jaba libraries...</FONT> </P> <BR>
<P><FONT SIZE=3D2>I try to execute one procedure that uses =
UTL_FILE and UTL_SMPT and I get</FONT>
<BR><FONT SIZE=3D2>this error...</FONT>
</P>
<P><FONT SIZE=3D2>SVRMGR> execute =
infojobs2.llansa_push_diario_archivos;</FONT>
<BR><FONT SIZE=3D2>ORA-29540: class oracle/plsql/net/TCPConnection does =
not exist</FONT>
<BR><FONT SIZE=3D2>ORA-06512: at "SYS.UTL_TCP", line =
533</FONT>
<BR><FONT SIZE=3D2>ORA-06512: at "SYS.UTL_TCP", line =
199</FONT>
<BR><FONT SIZE=3D2>ORA-06512: at "SYS.UTL_SMTP", line =
99</FONT>
<BR><FONT SIZE=3D2>ORA-06512: at "SYS.UTL_SMTP", line =
121</FONT>
<BR><FONT SIZE=3D2>ORA-06512: at =
"INFOJOBS2.LLANSA_PUSH_DIARIO_ARCHIVOS", line 253</FONT>
<BR><FONT SIZE=3D2>ORA-29540: class oracle/plsql/net/TCPConnection does =
not exist</FONT>
<BR><FONT SIZE=3D2>ORA-06512: at line 2</FONT>
</P>
<P><FONT SIZE=3D2>I did launch the scripts initjvm.sql, initplsj.sql =
and made a javaload of</FONT>
<BR><FONT SIZE=3D2>plsql.jar file...</FONT>
</P>
<P><FONT SIZE=3D2>any suggestions??</FONT> </P>
<P><FONT SIZE=3D2> ---------------------------------------</FONT><BR><FONT SIZE=3D2> Javier Morales - = javier_at_infojobs.net</FONT>
<BR><FONT SIZE=3D2> Administraci=F3n Bases de Datos Oracle - = InfoJobs.net</FONT> <BR><FONT SIZE=3D2> Tel. +34 902 10 60 90 Ext. = 2067</FONT> <BR><FONT SIZE=3D2> Fax. +34 (93) 580 56 60</FONT> <BR><FONT SIZE=3D2> </FONT> </P> <BR> <BR> <BR>
<P><FONT SIZE=3D2>-----Mensaje original-----</FONT>
<BR><FONT SIZE=3D2>De: Raj Gopalan [<A =
HREF=3D"mailto:raj.gopalan_at_netdecisions.co.uk">mailto:raj.gopalan_at_netdec=
isions.co.uk</A>]</FONT>
<BR><FONT SIZE=3D2>Enviado el: martes 21 de noviembre de 2000 =
18:46</FONT>
<BR><FONT SIZE=3D2>Para: Multiple recipients of list ORACLE-L</FONT> <BR><FONT SIZE=3D2>Asunto: DBMS_JOB</FONT> </P> <BR>
<P><FONT SIZE=3D2>Hi all</FONT>
</P>
<P><FONT SIZE=3D2>I need to schedule a procedure using dbms_job. = </FONT> </P>
<P><FONT SIZE=3D2>I created it using the following script.</FONT> </P>
<P><FONT SIZE=3D2>declare</FONT> <BR><FONT SIZE=3D2> jobno number;</FONT> <BR><FONT SIZE=3D2>begin</FONT> <BR><FONT SIZE=3D2> =
<BR><FONT SIZE=3D2> commit;</FONT> <BR><FONT SIZE=3D2>end;</FONT> </P> <BR>
<P><FONT SIZE=3D2>For some reason it not running at all. </FONT> </P>
<P><FONT SIZE=3D2>Any thoughts?</FONT>
</P>
<P><FONT SIZE=3D2>TIA</FONT>
</P>
<P><FONT SIZE=3D2>Raj</FONT> <BR><FONT SIZE=3D2>-- </FONT> <BR><FONT SIZE=3D2>Please see the official ORACLE-L FAQ: <A =HREF=3D"http://www.orafaq.com" =
<BR><FONT SIZE=3D2>-- </FONT> <BR><FONT SIZE=3D2>Author: Raj Gopalan</FONT> <BR><FONT SIZE=3D2> INET: raj.gopalan_at_netdecisions.co.uk</FONT> </P>
<P><FONT SIZE=3D2>Fat City Network Services -- (858) =
538-5051 FAX: (858) 538-5051</FONT>
<BR><FONT SIZE=3D2>San Diego, =
California -- Public Internet =
access / Mailing Lists</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=-----</FONT>
<BR><FONT SIZE=3D2>-- </FONT> <BR><FONT SIZE=3D2>Author: Javier Morales</FONT> <BR><FONT SIZE=3D2> INET: Javier_at_infojobs.net</FONT> </P>
<P><FONT SIZE=3D2>Fat City Network Services -- (858) =
538-5051 FAX: (858) 538-5051</FONT>
<BR><FONT SIZE=3D2>San Diego, =
California -- Public Internet =
access / Mailing Lists</FONT>
<BR><FONT =
SIZE=3D2>---------------------------------------------------------------=-----</FONT>