Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle error codes and messages
Dear Richard,
I think no but you can try download a program from quest software
(www.quest.com)which will give you oracle error codes and messages.
actually we all should try and build such table
create table our_help (
error_no varchar2(20) primary key,
message varchar2(2000),
explaination varchar2(4000)
);
I think if time permits I like to try this :)
Regards,
Rajanish Joshi