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: Krassimir Boyanov <kboyanov_at_printrak.com>
Date: 27 Mar 2002 14:14:49 -0800
Message-ID: <15071bed.0203271414.58b98143@posting.google.com>


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 Wed Mar 27 2002 - 16:14:49 CST

Original text of this message

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