deepak_r_patel
March 22nd, 2001, 05:45 AM
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.
|
Click to See Complete Forum and Search --> : Oracle error deepak_r_patel March 22nd, 2001, 05:45 AM 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. Iouri March 22nd, 2001, 07:04 AM On error handler add line msgbox err.number & " - " & err.Description Iouri Boutchkine iouri@hotsheet.com deepak_r_patel March 22nd, 2001, 11:23 PM 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. Iouri March 23rd, 2001, 07:52 AM 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 iouri@hotsheet.com deepak_r_patel March 23rd, 2001, 11:05 PM Thank u very much for the support. Iouri March 24th, 2001, 10:03 AM Rate it if it helped you Iouri Boutchkine iouri@hotsheet.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |