Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » FTP connections from PL/SQL
FTP connections from PL/SQL [message #367372] Thu, 28 September 2000 14:31 Go to next message
Gerardo A. López
Messages: 1
Registered: September 2000
Junior Member
How can I connect to FTP sites from PL/SQL stored procedures?
Re: FTP connections from PL/SQL [message #367373 is a reply to message #367372] Thu, 28 September 2000 16:56 Go to previous message
Dean Logan Wood
Messages: 19
Registered: September 2000
Junior Member
Have you tried using the owa_util.redirect_url procedure? For example:

create or replace procedure ftp_site is
begin
owa_util.redirect_url(curl => 'ftp://ftp.uk.linux.org/pub/linux/java/JDK-1.1.8/i386/v3/jdk118_v3-glibc-2.1.3.tar.bz2');
end ftp_site;

will initiate a download via ftp.

Regards,

Dean.
Previous Topic: Error starting oas
Next Topic: Trouble configuring DAD for PL/SQL Cartridge
Goto Forum:
  


Current Time: Fri Apr 19 01:50:07 CDT 2024