|
-
March 22nd, 2001, 06:45 AM
#1
Oracle error
When I get Oracle errors from my application, how do I get to know the description of the error and the source from the error number.
-
March 22nd, 2001, 08:04 AM
#2
Re: Oracle error
On error handler add line
msgbox err.number & " - " & err.Description
Iouri Boutchkine
[email protected]
-
March 23rd, 2001, 12:23 AM
#3
Re: Oracle error
how do I get the details of the error from the error number and the description.
eg.
the error description is 'Errors occured', from this how do I come to know the cause of the error.
-
March 23rd, 2001, 08:52 AM
#4
Re: Oracle error
The error description will give you the short description of your problem. It is not going to be just 'error occured'. By error number and description you will be able to understand the problem or to go to the knowledge base and find the details.
Iouri Boutchkine
[email protected]
-
March 24th, 2001, 12:05 AM
#5
Re: Oracle error
Thank u very much for the support.
-
March 24th, 2001, 11:03 AM
#6
Re: Oracle error
Rate it if it helped you
Iouri Boutchkine
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|