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

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to copy files between 2 Databases on different hosts

Re: How to copy files between 2 Databases on different hosts

From: Tom Zamani <tomz_at_redflex.com.au>
Date: 2000/07/24
Message-ID: <8lgj2d$sh6$1@perki.connect.com.au>#1/1

Yes you can, use ftp.
The only thing you need to be carefull is that when you do ftp it will log you in the home directory of user.
In your case oracle home.
and you do need to user external procedure. Tom

Wolfgang Behrentin <behrentin_at_netcologne.de> wrote in message news:8lcei3$3br$1_at_news.netcologne.de...
> Hello
>
> I have to copy binary files from and to the filesystem between two Hosts.
> One host is running Oracle 8 on NT and the other host is running Oracle 8
 on
> SUN SPARC. Is it possible to copy Files from one host to another using
 only
> PL/SQL or do I need to write additional Code and use that library via the
> EXTPROC-Agent. I am thinking of stored Procedures in each Database. One
> procedure reads the file from the filesystem and transfers it to the other
> Database. A routine on that Database will have to write that code onto the
> filesystem again. I want to use a Java-Programm which manages this calls.
> My Question now is ,, Is that possible and HOW ?''
>
> Greetings
>
> BE
>
>
Received on Mon Jul 24 2000 - 00:00:00 CDT

Original text of this message

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