Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*C function to get full error message text by an error id

Re: Pro*C function to get full error message text by an error id

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Thu, 04 Dec 2003 21:15:03 +0100
Message-ID: <cc5vsvkgn8ednaora423h8409dlqkdforf@4ax.com>


On 4 Dec 2003 14:11:22 GMT, "Jens Engel" <Jens.Engel_at_stadt-mh.de> wrote:

>Hello...
>
>Is there any function I can use with Pro*C, that takes an Oracle error
>id as parameter and returns the full error message text?
>I only know sqlglm(), but thatīs not what Iīm looking for...
>
>THnX... :o)
>
>Bye, JE

sqlerrm
This won't however deal with parameter like table and constraint names s, so you'd better set up proper specific exception handling.

--
Sybrand Bakker, Senior Oracle DBA
Received on Thu Dec 04 2003 - 14:15:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US