Kbase 16624: Oracle DataServer - Parameters on ORACLE error messages
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Oracle DataServer - Parameters on ORACLE error messages
Until PROGRESS 8.0Ann, PROGRESS used static file lookups to retrieve
ORACLE error messages text. Beginning with PROGRESS 8.1A, we use the
ORACLE system call oerhms to retrieve ORACLE error messages contents.
This ORACLE OCI call has a good, but undocumented behavior: It returns
the parameters filled in when the error message has parameters.
The net result of this change is that error messages like:
unable to extend table . by 256 in tablespace
will apear as:
unable to extend table SPORTS.CUSTOMER by 256 in tablespace DATA
Just like they would from SQL*Plus or SQL*DBA.
Notice that this ORACLE behavior is undocumented, and therefore, we
can't guarantee that it will work with future ORACLE releases.
MAP (02/03/97)
Progress Software Technical Support Note # 16624