User`s guide

A-6 Oracle Database Installation and Administration Guide
Cause: The archiver process was unexpectedly interrupted.
Action: If you cannot identify the cause of the problem, then contact the Oracle
Support Services Representative.
ORA-05042: soarch: Buffer overflow
Cause: The archiver process detected an internal buffer overflow.
Action: If you cannot identify the cause of the problem, then contact the Oracle
Support Services Representative.
ORA-05043: Archive control string too long
Cause: The archive control string is too long.
Action: Shorten this parameter and restart the database.
ORA-05044: Archive generated filename too long
Cause: The file name is generated from the values of the initialization parameters
log_archive_format
and
log_archive_dest
. This has resulted in a file name that
is too long.
Action: Run the command
ALTER SYSTEM ARCHIVE LOG START TO VALID_DEST
where
VALID_DEST
is a valid BS2000 file name.
ORA-05045: Archive file creation/open error
Cause: The archive file is normally allocated dynamically. Either this or the
subsequent open failed. Possible causes are either insufficient space left on disk, or
a bad archive file allocation parameter in
ORAENV
.
Action: Ensure that the optional
ORAENV
parameter is correct and that sufficient
disk space is available.
ORA-05046: Archive control string error
Cause: The archive file name or control parameters are incorrect.
Action: Correct the parameters.
ORA-05050: PGA (fixed part) could not be allocated
Cause: Probable operating system error or internal error.
Action: Contact the Oracle Support Services Representative.
ORA-05051: cannot allocate var. PGA
Cause: During creation of the PGA, required dynamic memory could not be
allocated.
Action: Verify that the user address space is large enough and that if an
application program produced the error, the program is not consuming excessive
memory. Otherwise contact the Oracle Support Services Representative.
ORA-05052: error deleting var. PGA
Cause: During deletion of the PGA, dynamic memory could not be released. This
is an internal error and should not normally occur.
Action: Contact the Oracle Support Services Representative.
ORA-05053: invalid or missing PGA_BASE
Cause: An invalid value for the
PGA_BASE
parameter has been specified in the
DBA
ORAENV
file.
Action: Use the default value for the
PGA_SIZE
environment variable. If this does
not solve the problem, then contact the Oracle Support Services Representative.