User`s guide
A
Oracle Error Messages for BS2000/OSD A-1
A Oracle Error Messages for BS2000/OSD
This appendix lists the messages of Oracle Database 11g Release 2 (11.2) for Fujitsu
BS2000/OSD together with possible causes and suggested actions. The messages
shown in this chapter may be accompanied by additional text when displayed on
screen. This text identifies the function that detects the problem, and can include
internal status codes, or BS2000 system macro return codes, or both. These codes will
help your Oracle Support Services Representative in determining the cause of a
problem.
Sometimes, for example in the early stages of initialization when the message
components are not available, the Oracle Database cannot issue a regular Oracle
message. If this occurs, then the Oracle Database calls the ILCS task termination
routine, or it issues a TERM macro directly, giving the message number as the user
termination code. You can use this message number to find the explanation in this
appendix.
ORA-05000: ORACLE termination routine called
Cause: The termination routine of the Oracle Database run-time system has been
called due to a fatal error.
Action: If you do not know why the Oracle Database program terminated, or how
to resolve this problem, then contact your Oracle Support Services Representative.
ORA-05001: Unsupported BS2000 Version
Cause: The active version of the BS2000/OSD operating system is not supported
by Oracle Database 11g Release 2 (11.2).
Action: Upgrade to a more recent BS2000/OSD version.
ORA-05002: Fatal error: called from non-ILCS program
Cause: In a precompiler or OCI application, the Oracle Database is called from a
program that does not run in an ILCS environment. The Oracle Database does not
support non-ILCS programs.
Action: Make sure that your application program runs in ILCS mode. Some
programming languages (for example, FOR1, PL/I) require specific options for
ILCS. Refer to the Fujitsu documentation for further information.
ORA-05003: Fatal error: ILCS PCD cannot be verified
Cause: In a precompiler or OCI application, the Oracle Database is called with a
save area that is marked as an ILCS save area but does not point to a proper PCD
(ILCS global area). The problem is either that memory has been overwritten, or
that. the Oracle Database is called from a program that does not run in an ILCS
environment. The Oracle Database does not support non-ILCS programs.