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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Commit for a single table?

Re: Commit for a single table?

From: D. Buecherl <dbuecherl_at_nkk.net>
Date: Fri, 16 Apr 1999 11:15:26 +0100
Message-ID: <37170DBE.8C8B892C@nkk.net>

Hannes Lechner schrieb:

> Hi!
>
> is there any way of performing a COMMIT on a single table only (i.e. w/o
> also commiting changes to the rest of the tables)?
>
> ....

possible solution:

Put the data for this one table through a pipe to another schema and let that process commit the changes to that table only

(using DBMS_PIPE package).

Dieter Received on Fri Apr 16 1999 - 05:15:26 CDT

Original text of this message

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