Re: PL/SQL vs. SQL*Plus remote query/insert problem

From: <hartleym_at_brihosp.mhs.compuserve.com>
Date: 1996/05/27
Message-ID: <4od478$8gk_at_news1.uk.pipeline.com>#1/1


Taking a shot in the dark,

When you enclose the sql fragments between Begin & End you are creating an enclosed transaction that starts with Begin but doesn't commit until you post the commit statement or reach the End statement. In effect your transaction has two insert statements

SQL+ is commiting after each of the insert fragments.

Try posting a COMIT after each insert.

Let me know if you fix the problem.

--
Michael Hartley
Help the Whales.
Received on Mon May 27 1996 - 00:00:00 CEST

Original text of this message