Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: FTP from within PL/SQL using Java stored procedure

Re: FTP from within PL/SQL using Java stored procedure

From: damorgan <damorgan_at_exesolutions.com>
Date: Thu, 28 Mar 2002 16:35:28 GMT
Message-ID: <3CA34653.E1E8AEFE@exesolutions.com>


Sorry about the misdirection. I was thinking about something done with DBMS_PIPE and forgot how we'd done it.

Daniel Morgan

Krassimir Boyanov wrote:

> damorgan <damorgan_at_exesolutions.com> wrote in message news:<3CA1FEA3.7B48F183_at_exesolutions.com>...
> > Why aren't you using the Oracle built-in package to do this? Why re-invent the
> > wheel?
>
> Can you give an example which package does FTP?
>
> Thanks,
> Krassimir
>
> >
> > Daniel Morgan
> >
> >
> >
> > Krassimir Boyanov wrote:
> >
> > > Hi,
> > >
> > > I am using Oracle 8i.
> > > I want to use my FTPClient Java class from within Pl/SQL.
> > > I have tested Java class from Java itself, it works fine.
> > > NOTE: I want to instanciate the methods, not make them static.
> > >
> > > I created PL/SQL object wrapping the method for connect(server, user, pass),
> > > and then call this method from within anonymous PL/SQL block.
> > >
> > > The result is getting error:
> > > "ORA-00932:Incosistent Datatypes"
> > >
> > > Any suggestions.
> > > Many TIA.
> > >
> > > Krassimir
Received on Thu Mar 28 2002 - 10:35:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US