dbTalk Databases Forums  

Firing Sequence in D2K

comp.databases.oracle.server comp.databases.oracle.server


Discuss Firing Sequence in D2K in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sonal
 
Posts: n/a

Default Firing Sequence in D2K - 11-29-2010 , 03:01 AM






Q= What is the firing sequence in oracle forms of the below triggers:
- On-Insert
- On-Delete
- On-Update

when in forms, we insert, delete and update the transactions
simultaneously of the same block.

regards
Sonu

Reply With Quote
  #2  
Old   
joel garry
 
Posts: n/a

Default Re: Firing Sequence in D2K - 11-29-2010 , 11:52 AM






On Nov 29, 1:01*am, Sonal <sonu.oa... (AT) gmail (DOT) com> wrote:
Quote:
Q= What is the firing sequence in oracle forms of the below triggers:
- On-Insert
- On-Delete
- On-Update

when in forms, we insert, delete and update the transactions
simultaneously of the same block.

regards
Sonu
Have you tried googling the following phrase:
firing sequence of oracle forms developer 2000

jg
--
@home.com is bogus.
http://tech.fortune.cnn.com/2010/11/...-oracle-hates/

Reply With Quote
  #3  
Old   
Steve Howard
 
Posts: n/a

Default Re: Firing Sequence in D2K - 11-29-2010 , 04:06 PM



On Nov 29, 4:01*am, Sonal <sonu.oa... (AT) gmail (DOT) com> wrote:
Quote:
Q= What is the firing sequence in oracle forms of the below triggers:
- On-Insert
- On-Delete
- On-Update

when in forms, we insert, delete and update the transactions
simultaneously of the same block.

regards
Sonu
In addition to what Joel suggested, you can always turn on trace for
the session and review it to absolutely verify the order.

Reply With Quote
  #4  
Old   
Mark D Powell
 
Posts: n/a

Default Re: Firing Sequence in D2K - 12-01-2010 , 08:43 AM



On Nov 29, 12:52*pm, joel garry <joel-ga... (AT) home (DOT) com> wrote:
Quote:
On Nov 29, 1:01*am, Sonal <sonu.oa... (AT) gmail (DOT) com> wrote:

Q= What is the firing sequence in oracle forms of the below triggers:
- On-Insert
- On-Delete
- On-Update

when in forms, we insert, delete and update the transactions
simultaneously of the same block.

regards
Sonu

Have you tried googling the following phrase:
firing sequence of oracle forms developer 2000

jg
--
@home.com is bogus.http://tech.fortune.cnn.com/2010/11/...-oracle-hates/
Joel's suggested tested well via Bing. We still run Forms 6i so I may
have to read some of those posts.

HTH -- Mark D Powell --

Reply With Quote
  #5  
Old   
joel garry
 
Posts: n/a

Default Re: Firing Sequence in D2K - 12-01-2010 , 12:23 PM



On Nov 29, 2:06*pm, Steve Howard <stevedhow... (AT) gmail (DOT) com> wrote:
Quote:
On Nov 29, 4:01*am, Sonal <sonu.oa... (AT) gmail (DOT) com> wrote:

Q= What is the firing sequence in oracle forms of the below triggers:
- On-Insert
- On-Delete
- On-Update

when in forms, we insert, delete and update the transactions
simultaneously of the same block.

regards
Sonu

In addition to what Joel suggested, you can always turn on trace for
the session and review it to absolutely verify the order.
Empirical tests like that are why people conclude things like you
don't need an order by to get stuff out of a database in the same
order you put it in. You always need to know the limits of your
instrumentation. That said, tracing is maybe the best you can do,
when combined with edge cases. Which pushes the question to defining
the edge cases.

I can understand tkyte's aversion to triggers.

jg
--
@home.com is bogus.
What do you call it when you do the same thing over and over expecting
different results? QA testing.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.