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 -> how to code a transaction.

how to code a transaction.

From: <i676373_at_gmail.com>
Date: 5 Mar 2007 17:30:36 -0800
Message-ID: <1173144636.638002.226190@30g2000cwc.googlegroups.com>


i,

How do I manually code an atomic transaction, given the following scenario?

  1. User need to pay a fine.
  2. User log into the system.
  3. User click the pay button.
  4. User pay by a custom payment methods called NETS (system operated through telephone line, in Singapore; it is not direct connection to a databse, but somekind of services.)
  5. Payment/NETS transaction done; transaction cannot rollback after this.
  6. System would update the database to indicate the fine have been paid.

But step 6 might fail. How do I ensure that all the steps is in one single transaction?
Is there any example/web page which show how to program a atomic transaction manually?

Thanks

regards,
john. Received on Mon Mar 05 2007 - 19:30:36 CST

Original text of this message

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