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 -> Connection dropped on long remote DB link

Connection dropped on long remote DB link

From: GREGORY KNESER <gregoryk_at_futures.wharton.upenn.edu>
Date: 18 Jul 2001 14:15:32 GMT
Message-ID: <9j45m4$5ph$1@netnews.upenn.edu>

Hello,
We are using a remote DB link to connect to a machine far far away in Nebraska and then performing a

insert into localtable
select * from remotetable
where certainstuff = otherstuff

query to get certain data from the remote machine locally to perform some analysis on it. The only problem is that our db link connections get dropped with some frequency requiring us to restart the transfer process.

Also, the transfer process itself takes several hours (too long).

Does anyone have advice on
1)What could be causing the DB link to get dropped or what to do to maket it more stable?

and/or

2)What (cheap) method we could use to transport this data? Most ETL tools seem to be out of the range of this project since the import of this data is just a relatively small part of our whole process.

Thanks!
Greg Received on Wed Jul 18 2001 - 09:15:32 CDT

Original text of this message

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