![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am doing maintenance on a 9i forms application that we are migrating to 10g. It mostly works without change, except for a FRM-92100 exception that did not occur under 9i. In order to debug this, I need to better understand how control flow actually works, e.g., the order in which the various code fragments execute. I can tell that I need a resource that will teach me the fundamentals. Any suggestions? Thanks -- David |
#3
| |||
| |||
|
|
On Dec 25, 3:05 pm, David Shochat <shoch... (AT) yahoo (DOT) com> wrote: I am doing maintenance on a 9i forms application that we are migrating to 10g. It mostly works without change, except for a FRM-92100 exception that did not occur under 9i. In order to debug this, I need to better understand how control flow actually works, e.g., the order in which the various code fragments execute. I can tell that I need a resource that will teach me the fundamentals. Any suggestions? Thanks -- David I noticed that Older documentation sets are available online at http://tahiti.oracle.com and you might look there for 9i Forms documentation. It also occurs to be that the database session SQL trace feature might be of some use if you trace your session. The raw trace will shoe the SQL executed in the order it executed which would allow you to tie SQL back to the actions your took. Good luck. HTH -- Mark D Powell -- |
#4
| |||
| |||
|
|
Mark D Powell schreef: [snip] I noticed that Older documentation sets are available online at http://tahiti.oracle.com and you might look there for 9i Forms documentation. It also occurs to be that the database session SQL trace feature might be of some use if you trace your session. The raw trace will shoe the SQL executed in the order it executed which would allow you to tie SQL back to the actions your took. Good luck. HTH -- Mark D Powell -- You may have run into bug 338834.1; see metalink. A patch is available. Shakespeare |
![]() |
| Thread Tools | |
| Display Modes | |
| |