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 -> Merge from pl/sql table

Merge from pl/sql table

From: Leon <leond_at_pepkorit.com>
Date: 13 Jun 2006 23:31:22 -0700
Message-ID: <1150266682.163815.40820@y43g2000cwc.googlegroups.com>


I have a master/detail transaction. Is there any other way of doing transaction processing than in a for loop, which ensures data integrity. I need to be able to process a complete transaction of fail a complete transaction. I have been thinking of processing/validating all my transactions and placing valid transactions in a pl/sql table. Once complete doing a merge into the transaction tables from the pl/sql table. Is this possible.

tks Received on Wed Jun 14 2006 - 01:31:22 CDT

Original text of this message

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