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: exchange data between 2 servers without oracle link

Re: exchange data between 2 servers without oracle link

From: Peter Winters <peterw_at_trinitysoftware.com.au>
Date: Fri, 14 Jan 2000 09:46:22 +1000
Message-ID: <newscache$lpsaof$4bn$1@news.iig.com.au>


I forgot to mention that there are extension to the TCL language that interface to Oracle RDBMS.
You can find them at ftp://www.scriptics.com/pub/tcl http://www.neosoft.com/tcl/ftparchive/sorted/databases

I have also utilised Visual Basic Scripting using OCI Dll to manipulate Oracle RDBMS.

PeteW
. <tassili_at_club-internet.fr> wrote in message news:85lgss$238$1_at_front1.grolier.fr...
> Hi
> Sorry for english,
> i have a problem :
> i want exchange data between 2 bases without sqlnet or others oracle link.
> i have a solution when i use utl_file package : on a table, in post-insert
> trigger i generate an insert order in file
> and with an unix job i transfert file to second server and execute the sql
> file.
> it's not secure
>
> Have you another solution ?
> thank you for your help
>
> Tassili_at_club-internet.fr
>
>
Received on Thu Jan 13 2000 - 17:46:22 CST

Original text of this message

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