Oracle9i Administrator's Reference
Release 1 (9.0.1) for Alpha OpenVMS

Part Number A90868-01


Contents

Index

Go to previous page Go to next page

B
Messages and Codes

This appendix lists the Oracle9i messages and codes that are specific to the Alpha OpenVMS environment. These messages and codes supplement those in the Oracle9i Server Messages. This chapter also contains messages and codes that are common in, yet not reserved specifically for, the Alpha OpenVMS environment.

The following are Alpha OpenVMS messages and generic messages that are particularly applicable to the Oracle9i on Alpha OpenVMS. All messages between 07500 and 07999 are Alpha OpenVMS operating system dependent. For more information on Oracle messages and codes, refer to the Oracle9i Server Messages.

%DCL-W-ACTIMAGE: error activating image <image name>

Cause: This is an Alpha OpenVMS error message that occurs when you try to run an Oracle9i tool without installing the Oracle9i shareable image. The most likely image names that will be listed is ORA_CLIENT_<image id>.

Action: Install Oracle9i in shared memory before the instance is started by executing the following command files:

$ @ORA_RDBMS:INSORACLE 

ORA-01031:insufficient privileges

Cause: If the correct process rights identifier has not been defined, this error occurs when you try to connect to a database using the
CONNECT /AS SYSDBA command.

Action: Set the correct process rights identifier. The following information discusses the process rights identifiers and the privileges needed to control instances.

Privileges to use the CONNECT / depend on:

  • whether an ORA_<sid>_DBA identifier is in the Alpha OpenVMS rights database

  • whether the account has the process rights identifier ORA_DBA, ORA_<sid>_DBA, or both

These identifiers are added by running the Alpha OpenVMS AUTHORIZE utility. The following cases identify process rights identifiers and your subsequent privileges:

ORA-01092Oracle instance terminated. Disconnection forced.

Cause: The instance this process was connected to was terminated abnormally (for example, from a shutdown abort). This process was forced to disconnect from the instance.

Action: When the instance has been restarted, retry action.

ORA-1731circular view definition encountered

Cause: When trying to access the Server Manager account on Alpha OpenVMSAlpha OpenVMS, it is possible that the error might be caused by running CATALOG.SQL and MONITOR.SQL from the SYSTEM account.

Action: Run CATALOG.SQL and MONITOR.SQL from the SYS account. Also, refer to the Oracle9i Server Messages for more information on possible causes and actions for this error.

ORA-07500:scglaa: $cantim unexpected return

Cause: Alpha OpenVMS system service $CANTIM returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07501:scgtoa: $deq unexpected return

Cause: Alpha OpenVMS system service $DEQ returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07502:scgcmn: $enq unexpected return

Cause: Alpha OpenVMS system service $ENQ returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07503:scgcmn: $setimr unexpected return

Cause: Alpha OpenVMS system service $SETIMR returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07504:scgcmn: $hiber unexpected return

Cause: Alpha OpenVMS system service $HIBER returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07505:scggt: $enq parent lock unexpected return

Cause: Alpha OpenVMS system service $ENQ returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07506:scgrl: $deq unexpected return

Cause: Alpha OpenVMS system service $DEQ returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07507:scgcm: unexpected lock status condition

Cause: A global locking system service returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07508:scgfal: $deq all unexpected return

Cause: Alpha OpenVMS system service $DEQ returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07509:scgfal: $deq parent lock unexpected return

Cause: Alpha OpenVMS system service $DEQ returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07510:scgbrm: $getlki unexpected return on lockid %s

Cause: The Alpha OpenVMS system service $GETLKI returned an unexpected value.

Action: Check for a system error message and refer to the Alpha OpenVMS system documentation.

ORA-07511:sscggtl: $ENQ unexpected return for master termination lock

Cause: The Alpha OpenVMS system service, $ENQ returned an unexpected value.

Action: Check for a system error message and refer to the Alpha OpenVMS system documentation.

ORA-07512:sscggtl: $ENQ unexpected return for client termination lock

Cause: The Alpha OpenVMS system service, $ENQ returned an unexpected value.

Action: Check for a system error message and refer to the Alpha OpenVMS system documentation.

ORA-07513:sscgctl: $DEQ unexpected returned an unexpected value

Cause: The Alpha OpenVMS system service, $DEQ returned an unexpected value.

Action: Check for a system error message and refer to the Alpha OpenVMS system documentation.

ORA-07514:scgcan: $DEQ unexpected return while canceling lock

Cause: The Alpha OpenVMS system service, $DEQ returned an unexpected value.

Action: Check for a system error message and refer to the Alpha OpenVMS system documentation.

ORA-07515:sfccf: UIC group <= MAXSYSGROUP - file operations not allowed

Cause: File is not created because allowing DBAs to perform file operations if their account's UIC group is less than or equal to the SYSGEN parameter MAXSYSGROUP poses a security risk.

Action: Make sure that the DBA creating or opening database files, redo log files, etc., has a UIC group greater than MAXSYSGROUP.

ORA-07516:sfccf: $open file error

Cause: Alpha OpenVMS system service $OPEN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07517:sfccf: existing file size mismatch with specified file size

Cause: A file that was specified by REUSE already exists but differs in size.

Action: Specify a file size equal to that of the existing file or do not use REUSE.

ORA-07518:sfccf: illegal file creation option

Cause: An illegal creation option (reuse, etc.) was sent to sfccf.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07519:sfccf: REUSE not allowed since file owner group <= MAXSYSGROUP

Cause: File is not created because allowing the ORACLE server to REUSE files owned by users with a UIC group less than or equal to the SYSGEN parameter MAXSYSGROUP poses a security risk.

Action: Ensure that no database files, log files, or control files that you attempt to reuse are owned by an account with a UIC group less than or equal to the SYSGEN parameter MAXSYSGROUP. If any valid ORACLE files exist with such ownership conditions, you must change their ownership before attempting to REUSE them.

ORA-07520:sfccf: illegal logical block size

Cause: An illegal logical block size was specified in the parameter file. The block size must be positive, a multiple of 512, and less than the maximum physical I/O data size.

Action: Change DB_BLOCK_SIZE in the parameter file to conform to these limits.

ORA-07521:sfccf: $create file error

Cause: Alpha OpenVMS system service $CREATE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07522:sfccf: new file exists

Cause: A file that was not designated as REUSE already exists.

Action: Add REUSE to the file specification or delete the existing file.

ORA-07523:sfccf: $connect error

Cause: Alpha OpenVMS system service $CONNECT failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07524:sfccf: $write (zero file) error

Cause: Alpha OpenVMS system service $WRITE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07525:sfccf: $close error

Cause: Alpha OpenVMS system service $CLOSE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07526:sfifi: illegal logical block size

Cause: An illegal logical block size was specified in the parameter file. It must be positive, a multiple of 512, and less than the maximum physical I/O data size.

Action: Change DB_BLOCK_SIZE in the parameter file to conform to these limits.

ORA-07527:sfifi: UIC group <= MAXSYSGROUP - file operations not allowed

Cause: File is not created because allowing DBAs to perform file operations if their account's UIC group is less than or equal to the SYSGEN parameter MAXSYSGROUP poses a security risk.

Action: Make sure that the DBA creating or opening database files, redo log files, etc. has a UIC group greater than MAXSYSGROUP.

ORA-07528:sfccf: $connect error

Cause: Alpha OpenVMS system service $OPEN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07529:sfifi: $close error

Cause: Alpha OpenVMS system service $CLOSE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07530:sfofi: $open error

Cause: Alpha OpenVMS system service $OPEN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07531:ssfccf: $DISPLAY error

Cause: Alpha OpenVMS system service $DISPLAY failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07532:sfcfi: $dassgn error

Cause: Alpha OpenVMS system service $DASSGN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07533:sfifi: Cannot open file since file owner group <=MAXSYSGROUP

Cause: File is not created because allowing the ORACLE server to open files owned by users with a UIC group less than or equal to the SYSGEN parameter MAXSYSGROUP poses a security risk.

Action: Ensure that no database files, log files, or control files that you attempt to reuse are owned by an account with a UIC group less than or equal to the SYSGEN parameter MAXSYSGROUP. If any valid ORACLE files exist with such ownership conditions, you must change their ownership before attempting to open them.

ORA-07534:scginq: $getlki unexpected return on lockid %s

Cause: Alpha OpenVMS system service $GETLKI returned an unexpected value.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07535:sfrfb: illegal logical block number

Cause: An attempt was made to read a block beyond the end of the file.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07536:sfrfb: $qio(read) error

Cause: Alpha OpenVMS system service $QIO failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07537:sfccf: Cannot create file since file owner group <= MAXSYSGROUP

Cause: File is not created because allowing the ORACLE server to CREATE or REUSE files owned by users with a UIC group less than or equal to the SYSGEN parameter MAXSYSGROUP poses a security risk.

Action: Ensure that no database files, log files, or control files that you attempt to reuse are owned by an account with a UIC group less than or equal to the SYSGEN parameter MAXSYSGROUP. If any valid ORACLE files exist with such ownership conditions, you must change their ownership before attempting to REUSE them. Likewise, if you attempt to create a file that will inherit an illegal ownership from the parent directory, you should create it in a different location, or take other steps to avoid this situation.

ORA-07538:sfwrt: illegal logical block number

Cause: An attempt was made to write a block beyond the end of a file.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07539:sfwrt: $qio (write) error

Cause: Alpha OpenVMS system service $QIO failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07540:sfwfb: write completion ast error

Cause: An asynchronous disk write operation completed abnormally.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation, or contact Oracle Support Services.

ORA-07541:sfifi: Cannot identify zero-length file.

Cause: Cannot use the specified file since it is zero-length.

Action: Examine each of the specified files to determine which one is zero-length and replace that with a file that is not zero-length.

ORA-07542:sfccf: Cannot create-reuse anything but top version of file

Cause: You tried to CREATE-REUSE an ORACLE data file with a specific version number. The specified version number was above or below that of the top version of the data file. This poses a security risk.

Action: Do not specify the version number of the file when CREATE- REUSEing ORACLE data files. Alternately, you should specify the version number of the existing top version of this file.

ORA-07543:sfrfb: Cannot read from zero-length file

Cause: Cannot read any logical blocks from the specified file since it is zero-length.

Action: Examine each of the specified files to determine which one is zero-length and replace that with a file that is not zero-length

ORA-07544:sfqio: asynchronous I/O not completed successfully

Cause: The asynchronous I/O being performed did not complete successfully.

Action: Examine the additional error messages and refer to Alpha OpenVMS system documentation.

ORA-07545:sfcmf: $PARSE failure (filename syntax)

Cause: Alpha OpenVMS system service failed due to a syntax error when trying to add a new file to the database.

Action: Examine system error and correct filename syntax.

ORA-07546:sfcmf: new file exists

Cause: The filename of a file to be added resolved to that of a file already in the database.

Action: Change the filename of the file to be added.

ORA-07547:sfcmf: $OPEN failure

Cause: Alpha OpenVMS system service $OPEN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07548:sftopn: Maximum number of files already open

Cause: Too many test files open.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07549:sftopn: $OPEN failure

Cause: Alpha OpenVMS system service $OPEN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07550:sftopn: $CONNECT failure

Cause: Alpha OpenVMS system service $CONNECT failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07551:sftcls: $CLOSE failure

Cause: Alpha OpenVMS system service $CLOSE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07552:sftget: $GET failure

Cause: Alpha OpenVMS system service $GET failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07553:sfofi: out of open files

Cause: The number of open files has exceeded a Alpha OpenVMS Oracle9i compile time limit.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07554:sfcopy: source & destination logical block sizes must match

Cause: The destination file supplied to SFCOPY has a different logical block size than the source file.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07555:sfquiast: illegal pending value

Cause: An internal inconsistency was found during an asynchronous disk I/O.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07556:sfotf: $create error

Cause: Alpha OpenVMS system service $CREATE failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation

ORA-07557:ssfctf: illegal logical block size specified for tape file

Cause: An illegal logical block size was specified for the tape file.

Action: This is an internal error; please contact customer support.

ORA-07558:ssfctf: $create error

Cause: Alpha OpenVMS system service $CREATE failed

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07559:sfdone: asynchronous I/O not completed successfully

Cause: The asynchronous I/O being performed did not complete successfully.

Action: This is an internal error; please contact customer support.

ORA-07560:sltln: $trnlog error

Cause: Translation of a logical name failed (for example, due to overflow, too many levels of logical names, or the logical name was not defined at all).

Action: Define the logical name or look for a name like ORA_SID that is exceptionally long or defined circularly. If none, report as a bug.

ORA-07561:szprv: $IDTOASC failure

Cause: Alpha OpenVMS system service $IDTOASC failed

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07562:sldext: extension must be 3 characters

Cause: An extension was found but it is of improper length.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07563:sldext: $PARSE failure

Cause: Alpha OpenVMS system service $PARSE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07564:sldext: wildcard in filename or extension

Cause: A wildcard was used in the filename.

Action: Reenter the filename completely.

ORA-07565:sldext: $SEARCH failure

Cause: Alpha OpenVMS system service $SEARCH failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07568:slspool: $OPEN failure

Cause: Alpha OpenVMS system service $OPEN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07569:slspool: $CLOSE failure

Cause: Alpha OpenVMS system service $CLOSE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07570:szrfc: $IDTOASC failure

Cause: Alpha OpenVMS system service $IDTOASC failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07571:szrfc: $FIND_HELD failure

Cause: Alpha OpenVMS system service $IDTOASC failed

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07572:szrfc: insufficient rolename buffer space

Cause: An OS role name was too long.

Action: Redefine the role name to be of correct length.

ORA-07573:slkhst: could not perform host operation

Cause: Alpha OpenVMS system service LIB$SPAWN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07574:szrfc: $GETUAI failure

Cause: Alpha OpenVMS system service $GETUAI failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07576:sspexst: $GETJPIW failure on process id %s

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07577:no such user in authorization file

Cause: An attempt was made to set an INTERNAL password (for either DBA or OPER privilege), but the corresponding Alpha OpenVMS account (either ORA_<sid>_DBA or ORA_<sid>_OPER) hasn't been created yet.

Action: Add a Alpha OpenVMS account for ORA_<sid>_DBA and/or ORA_<sid>_OPER before trying to set a password for them.

ORA-07578:szprv: $FIND_HELD failure

Cause: Alpha OpenVMS system service $FIND_HELD failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07579:spini: $DCLEXH failure

Cause: Alpha OpenVMS system service $DCLEXH failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07580:spstp: $GETJPIW failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07581:spstp: cannot derive SID from unexpected process name

Cause: A background process did not have a name in correct form.

Action: If the job name was changed, restore it. Otherwise, this is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07582:spstp: SID has illegal value

Cause: The SID must exist and be less than 6 characters.

Action: Refer to the Oracle9i for Alpha OpenVMS Installation Guide and Chapter 4, "Managing Instances" of this guide for information on setting the SID.

ORA-07584:spdcr: invalid value for ORA_sid_(proc_)PQL$_item

Cause: A logical name used to set a detached process quota value has an invalid value (probably non-numeric).

Action: Examine the values of these logical names, correct the one in error, and retry.

ORA-07585:spdcr: $PARSE failure

Cause: Alpha OpenVMS system service $PARSE failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07586:spdcr: $SEARCH failure

Cause: Alpha OpenVMS system service $SEARCH failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07587:spdcr: $CREPRC failure

Cause: Alpha OpenVMS system service $CREPRC failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07588:spdcr: $GETJPIW get image name failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07589:spdde: system id not set

Cause: The logical name ORA_SID does not translate to a valid value.

Action: Check the value of ORA_SID in the process that gets the error, and correct the installation or command procedures that caused ORA_SID to be set incorrectly.

ORA-07590:spdde: $DELPRC failure

Cause: Alpha OpenVMS system service $DELPRC failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07591:spdde: $GETJPIW failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07592:sspgprv: error obtaining required privileges

Cause: While obtaining needed privileges, an error was returned from SYS$SETPRV.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07593:ssprprv: error release privileges

Cause: While releasing privileges, an error was returned from SYS$SETPRV.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07594:spiip: $GETJPIW failed

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for system error message and refer to Alpha OpenVMS system documentation.

ORA-07595:sppid: $GETJPIW failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07596:sptpa: $GETJPIW failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07597:spguns: $GETJPIW failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07598:spwat: $SETIMR failure

Cause: Alpha OpenVMS system service $SETIMR failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07599:spwat: $HIBER failure

Cause: Alpha OpenVMS system service $HIBER failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07600:spwat: $CANTIM failure

Cause: Alpha OpenVMS system service $CANTIM failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07601:spmguno: $GETJPIW failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07602:spgto: $GETJPIW failure

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07605:szprv: $PARSE_ACL failure

Cause: Alpha OpenVMS system service $PARSE_ACL failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07606:szprv: $CHKPRO failure

Cause: Alpha OpenVMS system service $CHKPRO failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07607:szaud: $SNDOPR failure

Cause: Alpha OpenVMS system service $SNDOPR failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07608:szprv: $GETUAI failure

Cause: Alpha OpenVMS system service $GETUAI failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07609:szprv: $HASH_PASSWORD failure

Cause: Alpha OpenVMS system service $HASH_PASSWORD failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07610:$GETJPIW failed in retrieving the user's MAC privileges

Cause: Alpha OpenVMS system service $GETJPIW failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07612:$GETUAI failed in retrieving the user's clearance level

Cause: Alpha OpenVMS system service $GETUAI failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07613:szlgtl: $ASCTOID failure

Cause: Alpha OpenVMS system service $ASCTOID failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07618:$IDTOASC failed translating a secrecy level

Cause: Alpha OpenVMS system service $IDTOASC failed while looking up the string representation in the rights database of a secrecy level.

Action: Define the entry in the rights database which the binary label you specified references.

ORA-07619:$IDTOASC failed translating an integrity level

Cause: Alpha OpenVMS system service $IDTOASC failed while looking up the string representation in the rights database of an integrity level.

Action: Define the entry in the rights database which the binary label you specified references.

ORA-07620:smscre: illegal database block size

Cause: An illegal database block size was specified in the parameter file. The block size must be positive, a multiple of 512, and less than the maximum physical I/O data size.

Action: Change DB_BLOCK_SIZE in the parameter file to conform to these limits.

ORA-07621:smscre: illegal redo block size

Cause: An illegal redo log buffer size was specified in the parameter file. The buffer size must be positive and a multiple of 512, and less than the maximum physical I/O data size.

Action: Change LOG_BUFFER in the parameter file to conform to these limits.

ORA-07622:smscre: $CREATE failure

Cause: While creating the system global area (SGA) backing file, Alpha OpenVMS system service $CREATE failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07623:smscre: $CRMPSC failure

Cause: While creating the system global area (SGA), Alpha OpenVMS system service $CRMPSC failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

The error is caused when there are not enough contiguous global pages available to create the SGA. For example, the SGA created by the distributed INIT.ORA file requires 8000 contiguous global pages. In addition, remember that contiguous global pages are consumed by the installation of the ORACLE shareable image, and any ORACLE tools installed by ORA_UTIL:INSUTILITY.COM.

To show the maximum number of contiguous global pages use the following lexical function:

$ WRITE SYS$OUTPUT F$GETSYI("CONTIG_GBLPAGES")

To show the number of global pages available use the following lexical function:

$ WRITE SYS$OUTPUT F$GETSYI("FREE_GBLPAGES")

If the available global pages are fragmented, then reboot the machine after increasing the SYSGEN parameter, GBLPAGES (global page limit). This parameter cannot be dynamically increased. You need to reboot your machine for these changes to take effect. If the available global pages are merely fragmented, but their number is sufficient, rebooting the machine is enough; in that case there is no need to increase the SYSGEN parameter GBLPAGES.

ORA-07624:smsdes: $DBGLSC failure

Cause: While deleting the system global area (SGA), Alpha OpenVMS system service $DBGLSC failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07625:smsget: $MGBLSC failure

Cause: While mapping the system global area (SGA) during logon, the Alpha OpenVMS system service $MGBLSC failed. The usual reason is that Oracle9i has not been started up.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation. Start up Oracle9i if it is not already started.

ORA-07626:smsget: SGA already mapped

Cause: An attempt to map the SGA during logon failed because it was already mapped. This is an internal error.

Action: Exit your program and try again, and report this to Oracle Support Services.

ORA-07627:smsfre: $CRETVA failure

Cause: While unmapping the system global area (SGA) during logoff, Alpha OpenVMS system service $CRETVA failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07628:smsfre: SGA not mapped

Cause: An attempt to unmap the SGA during logoff failed because it was not mapped. This is an internal error.

Action: Exit your program and try again, and report this to Oracle Support Services.

ORA-07629:smpall: $EXPREG failure

Cause: While creating the program global area (PGA) during logon, Alpha OpenVMS system service $EXPREG failed. This often happens when the virtual memory page count quota is exceeded.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07630:smpdal: $DELTVA failure

Cause: While deleting the program global area (PGA) during logoff, Alpha OpenVMS system service $DELTVA failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07631:smcacx: $EXPREG failure

Cause: While creating or extending a context area, Alpha OpenVMS system service $EXPREG failed. This often happens when the virtual memory page count quota is exceeded.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07632:smsrcx: $DELTVA failure

Cause: While deleting a context area, Alpha OpenVMS system service $DELTVA failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07633:smsdbp: illegal protection value

Cause: The buffer debug function was called with an illegal value. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07634:smsdbp: $CRETVA failure

Cause: While attempting to set protection in the database buffer debug mechanism, Alpha OpenVMS system service $CRETVA failed.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07635:smsdbp: $SETPRT failure

Cause: While attempting to set protection in the database buffer debug mechanism, Alpha OpenVMS system service $SETPRT failed.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07636:smsdbp: $MGBLSC failure

Cause: While attempting to set protection in the database buffer debug mechanism, Alpha OpenVMS system service $MGBLSC failed.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07637:smsdbp: buffer protect option not specified when sga created.

Cause: An attempt was made to change the buffer protect mode when the SGA was not created with buffer protect debug option. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07640:smsget: SGA not yet valid. Initialization in progress

Cause: An attempt was made to map to the SGA while it was being initialized.

Action: Wait until initialization is complete, then try again.

ORA-07642:smprtset: $CMKRNL failure

Cause: While attempting to set the protection of a region of memory, an error was returned from the $CMKRNL system service.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07643:smsalo: SMSVAR is invalid

Cause: This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services and provide the with your INIT.ORA file.

ORA-07647:sszfck: $OPEN failure

Cause: While attempting to reopen a file, Alpha OpenVMS service $OPEN failed.

Action: Examine the system message and refer to Alpha OpenVMS system documentation.

ORA-07650:sigtu: $GETJPIW failure

Cause: While attempting to get the user's terminal device name during logon, Alpha OpenVMS system service $GETJPIW failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07655:slsprom: $TRNLOG failure

Cause: While attempting to translate SYS$INPUT during a prompt for a password, Alpha OpenVMS system service $TRNLOG failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07656:slsprom: $GETDVI failure

Cause: While attempting to get device characteristics during a prompt for a password, Alpha OpenVMS system service $GETDVI failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07657:slsprom: $ASSIGN failure

Cause: While prompting for a password, Alpha OpenVMS system service $ASSIGN failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07658:slsprom: $QIOW read failure

Cause: While prompting for a password, Alpha OpenVMS system service $QIOW failed.

Action: Examine the system error message and refer to Alpha OpenVMS system documentation.

ORA-07665:ssrexhd: recursive exception encountered %s %s %s %s %s %s

Cause: An Alpha OpenVMS exception occurred while executing in the Oracle9i exception handler. The message includes the signal number, first and second signal arguments, and exception PC, PSL, and R0. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07670:$IDTOASC failed translating a secrecy category

Cause: Alpha OpenVMS system service $IDTOASC failed while looking up the string representation in the rights database of a secrecy category.

Action: Define the entry in the rights database which the binary label you specified references.

ORA-07671:$IDTOASC failed translating an integrity category

Cause: Alpha OpenVMS system service $IDTOASC failed while looking up the string representation in the rights database of an integrity category.

Action: Define the entry in the rights database which the binary label you specified references.

ORA-07680:sou2os: another call to Oracle9i currently executing

Cause: A call to the Oracle9i shared image entry point occurred from within the shared image.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07681:sou2os: an error occurred while initializing Oracle9i

Cause: While attempting to set up the dispatch vectors for the shared image, an error occurred.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07682:sou2os: set kernel dispatch fail err

Cause: During Oracle9i shared image entry, a dispatch to kernel mode failed.

Action: Make sure that your shared image is installed with the CMKRNL privilege, then contact Oracle Support Services.

ORA-07683:sou2os: $SETPRV reset error

Cause: During an attempt to restore user privileges at Oracle9i shared image exit, Alpha OpenVMS system service $SETPRV failed. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07687:smscre: invalid value in vlm_sga_base_address

Cause: vlm_sga_base_address init.ora parameter has invalid value.

Action: Please provide the right value.

ORA-07688:smscre: $CREATE_REGION_64 failure

Cause: Alpha OpenVMS system service $CREATE_REGION_64 failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07689:smscre: $CRMPSC_GFILE_64 failure

Cause: Alpha OpenVMS system service $CRMPSC_GFILE_64 failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07690:smscre: $CRMPSC_GDZRO_64 failure

Cause: Alpha OpenVMS system service $CRMPSC_GDZRO_64 failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07691:smscre: Identifier ORA_SGA does not exist.

Cause: Alpha OpenVMS system service: $GRANTID failed.

Action: Add ORA_SGA identifier to the system.

ORA-07692:ssmsget: $MGBSLC_64 failure

Cause: Alpha OpenVMS system service $MGBLSC_64 failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07693:ssmsget: $DELTVA_64 failure

Cause: Alpha OpenVMS system service $DELTVA_64 failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07694:ssmsget: $CREATE_REGION_64 failure

Cause: Alpha OpenVMS system service $CREATE_REGION_64 failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07695:smsfre: $DELETE_BUFOBJ failure

Cause: Alpha OpenVMS system service $DELETE_BUFOBJ failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07696:smsfre: $DELETE_REGION_64 failure

Cause: Alpha OpenVMS system service $DELETE_REGION_64 failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07697:smscre: $GRANTID failure

Cause: Alpha OpenVMS system service $GRANTID failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07698:smsget: $GRANTID failure

Cause: Alpha OpenVMS system service $GRANTID failed.

Action: Examine system error message and refer to Alpha OpenVMS system documentation.

ORA-07700:soarch: interrupt received

Cause: An interrupt was received while archiving the logs.

Action: Retry operation.

ORA-07701:soatln: internal exception: output buffer too small

Cause: Overflow of buffer for parsing archive control text string.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07702:unrecognized device type in archive text

Cause: Unrecognized device type in archive text.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07703:error in archive text: need '/' after device type

Cause: The archive control text in the ARCHIVE command is invalid; the device type (to indicate a file or tape) must be followed by a '"/".

Action: Refer to the Oracle9i Server Administrator's Guide for the proper syntax of the text.

ORA-07704:error in archive text: need ':' after device name

Cause: The archive control text in the ARCHIVE command is invalid; the device name must be followed by a ":".

Action: Refer to the Oracle9i Server Administrator's Guide for the proper syntax of the text.

ORA-07705:soaprs: device name buffer too small

Cause: The buffer supplied for the device name is too small. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07706:error in archive text: need disk file name

Cause: The archive control text in the ARCHIVE command is invalid. The disk file name is missing.

Action: Refer to the Oracle9i Server Administrator's Guide for the proper syntax of the text.

ORA-07707:error in archive text: need tape label name

Cause: The archive control text in the ARCHIVE command is invalid. The tape label name is missing.

Action: Refer to the Oracle9i Server Administrator's Guide for the proper syntax of the text.

ORA-07708:sksaprs: tape label name buffer too small

Cause: Cause:The buffer supplied for the tape label is too small. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07709:sksaprs: archiving to a remote host is not allowed

Cause: The user specified a remote disk for archiving via DECnet.

Action: Archive to a disk on the local host.

ORA-07710:sksaprs: file name buffer too small

Cause: The buffer supplied for the file name is too small. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07711:sksatln: mailboxes and null devices illegal for log_archive_dest

Cause: The user specified a mailbox or null device for LOG_ARCHIVE_DEST.

Action: Specify a valid archival device.

ORA-07713:sksamtd: SYS$MOUNT failure

Cause: Alpha OpenVMS system service SYS$MOUNT failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07715:sksadtd: SYS$DISMNT failure

Cause: Alpha OpenVMS system service SYS$DISMNT failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07716:sksachk: invalid device specification for ARCHIVE

Cause: Alpha OpenVMS system service SYS$GETDVI failed.

Action: Specify a valid device in ARCHIVE control string.

ORA-07717:sksaalo: error allocating memory

Cause: Alpha OpenVMS system service LIB$GETVM failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07718:sksafre: error freeing memory

Cause: Alpha OpenVMS system service LIB$FREE_VM failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07721:scgcm: not enough OS resource to obtain system enqueue

Cause: A call to sys$enq returned an error indicating that the operating system lacked the resources necessary to create a lock. This is caused by the Alpha OpenVMS errors SS$_EXENQLM or SS$_INSFMEM.

Action: Free up some of the required resource to allow the creation of the required lock.

ORA-07740:slemop: incorrect handle size (programming error)

Cause: Structures used for reading error message files do not match.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07741:slemop: $OPEN failure

Cause: Alpha OpenVMS system service $OPEN failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07742:slemop: $CONNECT failure

Cause: Alpha OpenVMS system service $CONNECT failed.

Action: Check for a system error message and refer to Alpha OpenVMS system documentation.

ORA-07743:slemop: incorrect error file attributes

Cause: An error message file is of incorrect format.

Action: Unless an error file has been changed, contact Oracle Support Services.

ORA-07744:slemcl: invalid error message file handle

Cause: The seal in a passed-in handle does not match correct value.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07745:slemcl: $CLOSE failure

Cause: Alpha OpenVMS system service $CLOSE failed.

Action: Check system error and refer to Alpha OpenVMS system documentation.

ORA-07746:slemrd: invalid error message file handle

Cause: The seal in a passed in handle does not match correct value.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07747:slemrd: $READ failure

Cause: Alpha OpenVMS system service $READ failed.

Action: Check system error and refer to Alpha OpenVMS system documentation.

ORA-07750:slemcr: fopen failure

Cause: An attempt to create a message file failed. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07751:slemcr: malloc failure

Cause: An attempt to allocate a cache for a newly created message file failed. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07753:slemcf: fseek before write failure

Cause: An attempt to seek before writing a message file cache element failed. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07754:slemcf: fwrite failure

Cause: An attempt to write a message file cache element failed. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07755:slemcf: fseek before read failure

Cause: An attempt to seek before reading a message file cache element failed. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07756:slemcf: fread failure

Cause: An attempt to read a message file cache element failed. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07757:slemcc: invalid handle

Cause: The seal in a passed-in handle does not match the correct value. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07758:slemcw: invalid handle

Cause: The seal in a passed-in handle does not match the correct value. This is an internal error.

Action: Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07759:slemtr: invalid destination

Cause: The destination string provided to the function is too short.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07760:slemtr: $open failure

Cause: The $OPEN service failed.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07800:slbtpd: invalid number

Cause: An impossible request for binary to decimal conversion was made.

Action: This conversion cannot be performed.

ORA-07801:slbtpd: invalid exponent

Cause: An impossible request for binary to decimal conversion was made.

Action: This conversion cannot be performed.

ORA-07802:slbtpd: overflow while converting to packed decimal

Cause: An impossible request for binary to decimal conversion was made.

Action: This conversion cannot be performed.

ORA-07803:slpdtb: invalid packed decimal nibble

Cause: An impossible request for decimal to binary conversion was made.

Action: This conversion cannot be performed.

ORA-07804:slpdtb: number too large for supplied buffer

Cause: An impossible request for decimal to binary conversion was made.

Action: This conversion cannot be performed.

ORA-07820:sspscn: SYS$CRELNM failure

Cause: An error was returned from the SYS$CRELNM function.

Action: Check the system error and refer to the Alpha OpenVMS system documentation.

ORA-07821:sspsdn: SYS$DELLNM failure

Cause: An error was returned from the SYS$DELLNM function

Action: Check the system error and refer to the Alpha OpenVMS system documentation.

ORA-07822:sspscm: SYS$CREMBX failure

Cause: An error was returned from the SYS$CREMBX function while trying to create the process dump mailbox.

Action: Check the system error and refer to the Alpha OpenVMS system documentation.

ORA-07823:sspsqr: $QIO failure

Cause: An error was returned from $QIO while trying to queue a read to the process dump mailbox.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07824:sspain: $SETIMR failure

Cause: An error was returned from SYS$SETIMR while trying to queue a process spin-watch timer.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07825:sspsck: #QIO failure at AST level

Cause: An error was returned from SYS$QIO while trying to read the process dump mailbox.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07826:sspscm: SYS$GETDVIW failure

Cause: An error was returned from SYS$GETDVIW while trying to get information about the process dump mailbox.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07840:sllfop: LIB$GET_VM failure

Cause: An error was returned from LIB$GET_VM while attempting to allocate memory for an I/O vector.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07841:sllfop: SYS$OPEN failure

Cause: An error was returned from SYS$OPEN while attempting to open the data file for reading.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07842:sllfcl: SYS$CLOSE failure

Cause: An error was returned from SYS$CLOSE while attempting to close the input data file.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07843:sllfcl: LIB$FREE_VM failure

Cause: An error was returned from LIB$FREE_VM while attempting to free the memory for the I/O vector.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07844:sllfop: LIB$GET_VM failure

Cause: An error was returned from LIB$GET_VM while attempting to allocate memory for data and index buffers.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07845:sllfcl: LIB$FREE_VM failure

Cause: An error was returned from LIB$FREE_VM while attempting to free memory used data and index buffers.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07846:sllfop: # byte record too big for # byte user buffer

Cause: The longest record in the file will not fit into the largest data buffer that can be allocated.

Action: Modify the RMS file to have smaller records.

ORA-07847:sllfop: $CONNECT failure

Cause: An error was returned by SYS$CONNECT while attempting to open the data file.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07848:sllfrb: $GET failure

Cause: An error was returned by SYS$GET while attempting to read the data file.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07849:sllfsk: $GET failure

Cause: An error was returned by SYS$GET while attempting to skip records in the input file.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07850:sllfop: bad option

Cause: You are using a bad option to loader. Fixed= is one legal option. Check documentation for others.

Action: Check the system error message and refer to the Alpha OpenVMS system documentation.

ORA-07860:osnsoi: error setting up interrupt handler

Cause: An error occurred while setting up the control interrupt.

Action: This is an internal error. Verify that you can reproduce the error and contact Oracle Support Services.

ORA-07861:sfqio: cannot write to file opened in read-only mode

Cause: A write operation was attempted on a file opened in read-only mode.

Action: Do not open the file in read-only mode.

ORA-07862:sfqio: cannot expand the file

Cause: The size of a file could not be expanded

Action: Check for additional error messages and contact your customer support representative

ORA-07863:ssfduic: $PARSE failure

Cause: The Alpha OpenVMS system service failed due to a syntax error when trying to add a new file to the database.

Action: Examine system error and correct filename syntax.

ORA-07864:ssfduic: $OPEN failure

Cause: The Alpha OpenVMS system service $OPEN failed.

Action: Examine system error and refer to Alpha OpenVMS system documentation.

ORA-07865:ssfduic: $CLOSE failure

Cause: The Alpha OpenVMS system service $CLOSE failed.

Action: Examine system error and refer to Alpha OpenVMS system documentation.


Go to previous page Go to next page
Oracle
Copyright © 2001 Oracle Corporation.

All Rights Reserved.


Contents

Index