SQL Error Message Documentation This file documents messages returned with the SQL facility code. This file contains the same text as the Errors help topic in interactive SQL Help. The Appendix on error messages in the SQL Reference Manual describes how to use this file and files documenting related error messages with other facility codes. %RUNOFF-W-JEC, Unexpected text at end of command: ".sthl {level=1, bold, leavecase, numbered}" on output page 1; on input line 8 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" %RUNOFF-W-JEC, Unexpected text at end of command: ".sthl {level=2, bold, leavecase, numbered}" on output page 1; on input line 9 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" %RUNOFF-W-JEC, Unexpected text at end of command: ".sthl {level=3, bold, leavecase, numbered}" on output page 1; on input line 10 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" %RUNOFF-W-ILC, Illegal command: ".stch {bold, leavecase}" on output page 1; on input line 11 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" %RUNOFF-W-ILC, Illegal command: ".stap {bold, leavecase}" on output page 1; on input line 12 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" %RUNOFF-W-ILC, Illegal command: ".style table {bold, leavecase}" on output page 1; on input line 13 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" %RUNOFF-W-ILC, Illegal command: ".style figure {bold, leavecase}" on output page 1; on input line 14 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" %RUNOFF-W-ILC, Illegal command: ".style example {bold, leavecase}" on output page 1; on input line 15 of page 1 of file "DISK$WEORG_PUBLIC:[DOCTOOLS]USERTEMPL.RNO;2" ABMCOLNAME, Column name matches simple function ; column value used Explanation: You have given a column the name of a SQL builtin function and SQL will use the column value instead of evaluating the function. This ambiguous reference has been resolved in favor or the user define name. User Action: This is just a warning. However, you may want to consider changing the column name, adding delimiters ("UID"), or qualifying with table, view or correlation name (E.UID). If the function result is desired then you can use an alternate format for the function (e.g. adding the fractional precision CURRENT_TIME(2), using an equivalent function CURRENT_UID, instead of UIC, or writing a SQL function which has its own query scope) ABSACTIVE, AIJ backup active or backup operations suspended on this node Explanation: After-image journal backup operations have already been suspended from this node. User Action: Examine the secondary message(s) or look in the database monitor log file (SYS$SYSTEM:*MON.LOG) for more information. ABSNSUSPENDED, AIJ backup operations not suspended on this node Explanation: After-image journal backup operations have not been suspended from this node. User Action: Examine the secondary message(s) or look in the database monitor log file (SYS$SYSTEM:*MON.LOG) for more information. 1 ABSSUSPENDED, AIJ backup operations already suspended on this node Explanation: After-image journal backup operations have already been suspended from this node. User Action: Examine the secondary message(s) or look in the database monitor log file (SYS$SYSTEM:*MON.LOG) for more information. ACCVIO, access violation on read/write of user address Explanation: A readable parameter is not readable by the DBCS or a writeable parameter is not writeable by the DBCS. User Action: Pass good parameters to the DBCS. ACENOTFND, No matching access control entry found Explanation: In a protection command that refers to an existing access control entry, you specified identifiers that did not match any existing entry. User Action: Use SHOW PROTECTION to see what the access control list currently looks like, and correct your command. ACE_ID_OVFL, ACE identifier stack overflow during ACE parsing Explanation: You included too many identifiers in an expression. The identifier stack for the access control entry (ACE) overflowed during parsing. User Action: Simplify the access control entry that caused the error. ACE_ID_UNFL, ACE identifier stack underflow during ACE parsing Explanation: The access control entry (ACE) identifier stack underflowed during ACE parsing. This happens when identifiers are not stored in the stack appropriately. User Action: Contact your Oracle support representative. Retain the Oracle Rdb interchange file. ACTMISMATCH, journal is for database activation