Bug in exception message when using direct connection
Posted: Thu 30 Jan 2014 14:38
Hi,
There is a bug in the exception message property when connecting direct (not in OCI)
At least there must be a linebreak or a character in between the error code and the position
And also the message for the code is also missing
Using Direct connection
E.Message = 'ORA-243445/1 PLS-00103: Encountered the symbol.....
EOraError(E).ErrorCode = 24344
Using OCI
E.Message = 'ORA-24344: success with compilation error'#$A'5/1 PLS-00103: Encountered the symbol....
EOraError(E).ErrorCode = 24344
Reg,
Arni Thor
There is a bug in the exception message property when connecting direct (not in OCI)
At least there must be a linebreak or a character in between the error code and the position
And also the message for the code is also missing
Using Direct connection
E.Message = 'ORA-243445/1 PLS-00103: Encountered the symbol.....
EOraError(E).ErrorCode = 24344
Using OCI
E.Message = 'ORA-24344: success with compilation error'#$A'5/1 PLS-00103: Encountered the symbol....
EOraError(E).ErrorCode = 24344
Reg,
Arni Thor