Full error message

Hi Marco,
I'm currently working with deferrable constraints. Therefore it's important to
have full error messages from server.

Using DOA 3.3.3 I execute a server procedure and after commit I have
following error message
'ORA-02091: transaction rolled back'#$A

While using PL/SQL dev 3.0.4.344 error message is
'ORA-02091: transaction rolled back'#$A
'ORA-02292: integrity constraint (bla-bla-bla) violated - child record found'#$A

How I can get same message with DOA?

Sincerely
Oleg Kukartsev
 
As you probably know, PL/SQL Developer uses Direct Oracle Access, so the message should be the same if the conditions are the same. Can you show me the code that leads to the stripped error stack?

------------------
Marco Kalter
Allround Automations
 
Back
Top