![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
The original poster does not apparently know about setting a 10046 trace. More than one person implicated in not having the ability to figure out what is going on at least in my mind. |
#12
| |||
| |||
|
|
Hi, * I have an application written in .net, I have only the .exe, not the source. It keeps processing data from an external source and inserting on a table, but sometimes I can't see the data on the table. Sometimes it inserts, sometimes doesn't. Vendor is taking too long to figure that out, since the message that get inserted look like exactly like the one that doesn't I suspect it is trying to commit but somethingwrong happens. App log doesn't show any error, external data source says it sent the data correctly, App log says it received, but nothing is inserted. Is there a way to trace uncommited inserts? I would try to check if the insert is happening at all, perhaps the App log isn't catching something that could be a big error... Thanks! -- Tiago |
#13
| |||
| |||
|
|
Tiago, I think John's recommendation to use the standard Oracle trace feature is a good one. Every insert will be caugth by trace committed or not. The commits will also be caught by the trace though you will need to scan the raw trace file to see statements. |
![]() |
| Thread Tools | |
| Display Modes | |
| |