Database Networking (MOSC)

MOSC Banner

Session hangs after network problems

edited Feb 5, 2010 3:34AM in Database Networking (MOSC) 5 commentsAnswered
 
We are replication two equal tables on different database servers with a PL/SQL-package. The according package procedure is periodically activated via a database job. Because different reasons we can't use Oracle Streams or Materialized Views for the replication.
 
The statement is like    "insert into tab (select .... from tab@remote_db".
 
This works fine if the network connection is ok. But when the network cable will be disconnect at the remote site, the session of the job hangs. When will remove the job, the sessions still hangs.
 
When we implement a simple procedure with a statement "select 1 from dual@remote_db

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center