
November 28th, 2012, 01:27 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 7 m 57 sec
Reputation Power: 0
|
|
|
Homework - SQLExceptions: List of error codes for oracle?
Hello There,
I am trying to handle SQLExceptions. The database used is Oracle 11g.
The purpose is to show user friendly messages based on the error codes.
To do this, i can find one way to go for error codes.
In the catch i will write switch statement having cases for different error codes and i will show
user friendly messages based on that.
The problem is, i did not found the list of error codes for oracle.
Can anybody please help on this.
Thanks,
Arfeen.
|