User`s guide

A-16 Oracle Database User's Guide
ORA-05181: load/init problem with PRO/OCI interface
Cause: The user-side stub module could not load the PRO/OCI module (in this
case, the message will normally be preceded by a BS2000
BLS-nnnn
message), or
the loaded module is incompatible with the version of the stub module.
Action: Make sure the
ORALOAD
link name exists and points to the current
ORALOAD
library. Re-link your application with the current link libraries.
ORA-05191: symbol translation error for kernel memory pool
Cause: The logical name translation for the kernel memory pool failed. Normally,
this indicates an invalid system identification,
ORASID
in the
ORAENV
file.
Action: Ensure that the
ORAENV
file definition is correct. Otherwise contact your
Oracle Support Services Representative.
ORA-05192: cannot create/attach kernel memory pool
Cause: The memory pool for the Oracle Database kernel code could not be
enabled. In a user program, a possible cause is that part of the address range
needed for the memory pool is already allocated by the user program.
Action: Ensure that the user program does not request storage excessively, and
that any
SGA_BASE
and
KNL_BASE
parameters in the
ORAENV
file are consistent. If
you cannot identify the cause of the problem, then contact your Oracle Support
Services Representative.
ORA-05193: Symbol translation error for kernel module or load library
Cause: The logical-name translation for the kernel module or load library failed.
This is an internal error and should not normally occur.
Action: Contact your Oracle Support Services Representative.
ORA-05194: cannot load kernel
Cause: The kernel could not be loaded into the kernel memory pool. In most
cases, this message is preceded by a
BLS-nnn
message from the operating system.
Action: Make sure that the
ORALOAD
link name identifies the correct
ORALOAD
library, and that the
ORAENV
variable,
KNL_MODULE
, names one of the possible
kernels. Then re-issue the
STARTUP
command. If you cannot identify the cause of
the problem, then contact your Oracle Support Services Representative.
ORA-05195: bad or missing kernel connector
Cause: The loaded kernel could not verify its user-side connector module. This
can occur if you use an incorrect kernel version.
Action: If you cannot identify the cause of the problem, then contact your Oracle
Support Services Representative.
ORA-05198: associated internal OSD error code %d
Cause: This message precedes ORA-05199 if there is more information available.
The first 4 hexadecimal digits can often identify the module; the last 4 hexadecimal
digits are usually a condensed version of an associated system macro code. This
code can be helpful in diagnosing the problem.
Action: If you cannot identify the cause of the problem, then contact your Oracle
Support Services Representative.
ORA-05199: ORACLE ABNORMAL EXIT
Cause: A fatal error occurred which prevents continuation of execution. In many
cases, a preceding message will explain the error. The system will cause the
program execution to stop (TERM ABNORMAL with DUMP will be shown).