Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to change ORA error message ?
The "text" of error messages are in the .msg files in
$ORACLE_HOME/rdbms/mesg
(eg "oraus.msg" for ORA errors in American-English). You can view the
contents
of these files.
However, Oracle actually uses the .msb files (e.g. "oraus.msb") when
displaying
error messages from within Oracle products. I do not think Oracle ships a
tool
to regenerate the .msb files from .msg The only "custom" error messages
allowed
are those in the 20000+ range which you can define within the PLSQL or
Pro*C code --
obviously these do not "persist" inside the database or in any on-disk
files.
(Oracle Applications allows you to modify and regenerate message files).
Hemant K Chitale
Principal DBA
Chartered Semiconductor Manufacturing Ltd
"Sinard Xing" <sinardyxing_at_bcs-ach.com.sg> 07/01/2002 01:35 PM Sent by: root_at_fatcity.com
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: (bcc: CHITALE Hemant Krishnarao/Prin DBA/CSM/ST Group) Subject: How to change ORA error message ?
Hi,
Can I change
ERROR:
ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege
Enter user-name:
to
Something else
and quit to unix prompt
Thank you
Sinardy
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sinard Xing INET: sinardyxing_at_bcs-ach.com.sg Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Mon Jan 07 2002 - 02:18:29 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: hemantchitale_at_charteredsemi.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).