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
Bug in exception message when using direct connection
Re: Bug in exception message when using direct connection
Hello,
Thank you for the information. We have reproduced the problem and will fix it in the next build.
Thank you for the information. We have reproduced the problem and will fix it in the next build.