i need some help,
can anybody you  tell me how to call a java program which is in Weblogic
from a
Java Sored Procedure which is in Oracle 8i
i mean whenever a stored procedure is executed it need to communicate it
with Weblogic server.
any pointers
khem,
----- Original Message -----
From: Fernando Ribeiro <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 31, 2000 8:37 PM
Subject: Re: PL/SQL Stored Procedure that returns a reference to a cursor


> All you need to know is to do so:
>
> Resultset resultSet = callableStatement.executeQuery( );
>
> Remember to first create the CallableStatement class instance and pass the
> proper argument to the prepareCall method.
>
> fribeiro
>
> ----- Original Message -----
> From: "LITT Vincent (Neuilly Gestion)" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 31, 2000 11:32 AM
> Subject: PL/SQL Stored Procedure that returns a reference to a cursor
>
>
> > Hi everybody,
> >     Could anyone tell me how to call a PL/SQL Stored Procedure that
> returns
> > a reference to a cursor using JDBC ... and how to use this cursor
> > afterwards.
> >
> >     Thanks in advance,
> >
> > Vincent
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to