Oracle database error messages/10
From Just Solve the File Format Problem
Revision as of 00:50, 21 August 2019 by Dan Tobias (Talk | contribs)
Please see Oracle database error messages
Code | Message |
---|---|
PLS-00593 | default value of parameter "string" in body must match that of spec |
PLS-00594 | the SELF parameter can be declared only as IN or as IN OUT |
PLS-00595 | the TABLE operator is not allowed in this context |
PLS-00597 | expression 'string' in the INTO list is of wrong type |
PLS-00598 | comparison of object with NULL using "string" is not allowed |
PLS-00599 | SAMPLE percentage must be in the range [0.000001,100) |
PLS-00600 | SAMPLE cannot be applied to a remote object |
PLS-00601 | partition extended object names may only be used with tables |
PLS-00602 | CUBE and ROLLUP may appear only in a GROUP BY clause |
PLS-00603 | GROUPING function supported only with GROUP BY CUBE or ROLLUP |
PLS-00604 | aggregate function is not allowed here |
PLS-00605 | set operators are not yet supported as an argument to a MULTISET operator |
PLS-00606 | cursor subquery is not supported on client side in this release |
PLS-00607 | SQLJ Object Types can have only SQLJ Types as its supertype or subtype |
PLS-00608 | the value of the USING clause must match that of the supertype |
PLS-00609 | the OVERRIDING clause is not valid for SQLJ Object Types |
PLS-00610 | ROW can be used only once in SET clause of UPDATE statement |
PLS-00611 | right hand side can be only the variables of record type |
PLS-00612 | Number of attributes do not match in SET clause |
PLS-00613 | only one item is allowed, when using variables of record type |
PLS-00614 | creating a FINAL NOT INSTANTIABLE type |
PLS-00615 | type mismatch found at 'string' between CASE operand and WHEN operands |
PLS-00616 | type mismatch found at 'string' among result expressions in a CASE expression |
PLS-00617 | at least one result in the CASE expression must not be NULL |
PLS-00618 | type mismatch found at 'string' between operands in a NULLIF expression |
PLS-00619 | the first operand in the NULLIF expression must not be NULL |
PLS-00620 | type mismatch found at 'string' among operands in a COALESCE expression |
PLS-00621 | at least one operand in the COALESCE expression must not be NULL |
PLS-00622 | range constraints must be between -2147483647 and 2147483647 |
PLS-00623 | FLOAT precision constraint must be between 1 and 126 |
PLS-00624 | USING clause must be used with either aggregate or pipelined functions |
PLS-00625 | PARTITION/CLUSTER/ORDER-BY clause can only be used with IN parameters |
PLS-00626 | partitioned/clustered/ordered parameter must be a function argument |
PLS-00627 | 'string' must be a strongly typed ref cursor |
PLS-00628 | 'string' must be a valid record attribute |
PLS-00629 | PIPE statement cannot be used in non-pipelined functions |
PLS-00630 | pipelined functions must have a supported collection return type |
PLS-00631 | PARTITION-BY and CLUSTER/ORDER-BY clauses must be used with the same function argument |
PLS-00632 | NOT INSTANTIABLE method cannot have a body |
PLS-00633 | RETURN statement in a pipelined function cannot contain an expression |
PLS-00634 | type with NOT INSTANTIABLE methods must be declared NOT INSTANTIABLE |
PLS-00635 | method does not override |
PLS-00636 | overriding method requires OVERRIDING keyword |
PLS-00637 | FINAL method cannot be overriden or hidden |
PLS-00638 | cannot overload MAP method |
PLS-00639 | NCHAR/NVARCHAR2 cannot be byte length semantics |
PLS-00640 | a pipelined function cannot be called from PL/SQL context |
PLS-00641 | INTO clause not allowed for this SELECT statement |
PLS-00642 | local collection types not allowed in SQL statements |
PLS-00643 | booleans, index tables, records and cursors not allowed in SQL statements |
PLS-00644 | character set mismatch found at 'string' among result expressions in a CASE expression |
PLS-00645 | character set mismatch found at 'string' among operands in a COALESCE expression |
PLS-00646 | MAP or ORDER method must be defined in the root of the subtype hierarchy |
PLS-00647 | attribute by name "string" conflicts with method by same name |
PLS-00648 | type of supertype attribute "string" can not be a subtype or reference to a subtype in this release |
PLS-00649 | method "string" can be overridden only once per object type |
PLS-00650 | invalid type for PARTITION/CLUSTER/ORDER BY clause |
PLS-00651 | implementation type in Aggregate/Table function should be a valid type |
PLS-00652 | aggregate functions should have exactly one argument |
PLS-00653 | aggregate/table functions are not allowed in PL/SQL scope |
PLS-00654 | PARTITION/ORDER/CLUSTER BY are allowed for only with PARALLEL_ENABLE |
PLS-00655 | only functions can be declared as PIPELINED |
PLS-00656 | field 'string' not available in input argument |
PLS-00657 | Implementation restriction: bulk SQL with associative arrays with VARCHAR2 key is not supported. |
PLS-00658 | constructor method name must match type name |
PLS-00659 | constructor method must return SELF AS RESULT |
PLS-00660 | SELF parameter of constructor method must be IN OUT |
PLS-00661 | RETURN statement in a CONSTRUCTOR cannot include an expression |
PLS-00662 | Non-external object types containing external mapped attributes are not allowed |
PLS-00663 | the NEW keyword is not allowed in this context |
PLS-00664 | Both ORDER BY and CLUSTER BY can not be specified for the same table function |
PLS-00665 | ORDER BY and CLUSTER BY clauses require a PARTITION BY clause |
PLS-00666 | Only index by binary_integer/pls_integer associative arrays allowed here |
PLS-00667 | Element type of associative array should be pls_integer or binary_integer |
PLS-00668 | Type of expression should be a collection type |
PLS-00669 | Type of expression should be a valid collection variable |
PLS-00670 | sort columns must be simple column names |
PLS-00671 | this expression is allowed only with instance methods |
PLS-00672 | The expression string should be a subtype of the type string |
PLS-00673 | Generalized expression is not allowed in this context |
PLS-00674 | references to fields of BULK In-BIND table of records or objects must have the form A(I).F |
PLS-00675 | invalid section for this type of Compound Trigger |
PLS-00676 | duplicate Compound Triggers section |
PLS-00677 | Compound Triggers cannot be autonomous transactions |
PLS-00678 | RETURN statement not allowed inside Compound Triggers |
PLS-00679 | trigger binds not allowed in before/after statement section |
PLS-00680 | BEFORE/AFTER ROW sections were used in a view trigger |
PLS-00700 | PRAGMA EXCEPTION_INIT of string must follow declaration of its exception in the same declarative part |
PLS-00701 | illegal ORACLE error number string for PRAGMA EXCEPTION_INIT |
PLS-00702 | second argument to PRAGMA EXCEPTION_INIT must be a numeric literal |
PLS-00703 | multiple instances of named argument in list |
PLS-00704 | 'string' must be declared as an exception |
PLS-00705 | exception 'string' used in expression requiring return type |
PLS-00706 | Exception string cannot be used as prefix of a selected component |
PLS-00707 | unsupported construct or internal error [string] |
PLS-00708 | Pragma string must be declared in a package specification |
PLS-00709 | pragma string must be declared in package specification and body |
PLS-00710 | Pragma string cannot be specified here |
PLS-00711 | PRAGMA string cannot be declared twice |
PLS-00712 | illegal option for subprogram string |
PLS-00713 | attempting to instantiate a type that is NOT INSTANTIABLE |
PLS-00714 | supertypes's AUTHID is DEFINER but supertype and subtype are not in same schema |
PLS-00715 | attribute or method by name 'string' does not exist |
PLS-00716 | Attribute/method 'string' can occur only once in an ALTER TYPE statement |
PLS-00717 | method 'string' does not have matching signature among existing methods |
PLS-00718 | type of attribute 'string' does not allow modifications to the attribute |
PLS-00719 | only widening of attribute 'string' constraints is allowed |
PLS-00720 | type 'string' has evolved |
PLS-00721 | 'string' formed a non-REF mutually-dependent cycle with 'string' |
PLS-00722 | supertypes's AUTHID is different than subtype's AUTHID |
PLS-00725 | type 'string' must be a supertype or subtype of the TREAT expression |
PLS-00726 | MODIFY ELEMENT is supported only on schema-level varray and nested tables |
PLS-00727 | MODIFY LIMIT is supported only on schema-level varray types |
PLS-00728 | the limit of a VARRAY can only be increased and to a maximum 2147483647 |
PLS-00729 | only widening of the collection element type is allowed |
PLS-00730 | collection element type does not allow modifications |
PLS-00731 | ALTER TYPE is supported only on schema-level types |
PLS-00732 | Illegal overload of ellipsis in formal parameter list |
PLS-00733 | RPCs to variable argument functions are not allowed |
PLS-00734 | Illegal use of an associational parameter with a formal ellipsis |
PLS-00735 | Attempted to declare more than one formal ellipsis parameter |
PLS-00736 | user-declared operators are not allowed |
PLS-00737 | LIBRARY or ASSEMBLY file specification exceeds the maximum allowed length |
PLS-00738 | REF target string changed during compilation |
PLS-00739 | FORALL INSERT/UPDATE/DELETE not supported on remote tables |
PLS-00740 | ASSEMBLY identity specification exceeds the maximum allowed length |
PLS-00741 | string must be specified on subprogram string's declaration and definition |
PLS-00742 | field string is not yet denotable |
PLS-00743 | ASSEMBLY IDENTITY string is null |
PLS-00744 | DOTNET call specification methodname is null |
PLS-00745 | ASSEMBLY CONTEXT string is null |
PLS-00746 | ASSEMBLY AGENT string is null |
PLS-00747 | .NET assemblies are not supported on this platform |
PLS-00748 | compilation terminated due to other errors |
PLS-00751 | cannot find PACKAGE SYS_STUB_FOR_PURITY_ANALYSIS |
PLS-00752 | Table function string is in an inconsistent state. |
PLS-00753 | malformed or corrupted wrapped unit |
PLS-00754 | illegal reference to editioned object string |
PLS-00755 | SYSAUX tablespace offline while saving identifier data |
PLS-00756 | PL/SQL does not support feature "string" "string" in this environment |
PLS-00801 | internal error [string] |
PLS-00900 | can't find body of unit 'string' |
PLS-00901 | the data type of column 'string' of table 'string' is not supported |
PLS-00902 | A READ-ONLY bind variable used in OUT or IN-OUT context |
PLS-00904 | insufficient privilege to access object string |
PLS-00905 | object string is invalid |
PLS-00906 | Compilation is not possible |
PLS-00907 | cannot load library unit string (referenced by string) |
PLS-00908 | The stored format of string is not supported by this release |
PLS-00909 | object string is not declared or insufficient privileges to access object string |
PLS-00910 | insufficient privilege to inherit from type string |
PLS-00920 | parameter plsql_native_library_dir is not set |
PLS-00923 | native compilation failed: string:string |
PLS-00924 | native compilation is not supported on this platform |
PLS-00925 | native compilation failed: Unable to create file (string string) |
PLS-00950 | In this version, PL/SQL tables can not be used in this SQL statement. |
PLS-00951 | string Feature is not supported by this release |
PLS-00960 | RPCs cannot use parameters with schema-level object types in this release |
PLS-00970 | The class name of a method must match that of EXTERNAL NAME clause in the type header |
PLS-00989 | Cursor Variable in record, object, or collection is not supported by this release |
PLS-00990 | Index Tables of Cursor Variables are disallowed |
PLS-00992 | Cursor Variables cannot be FETCH'ed from |
PLS-00993 | Cursor variables cannot be passed as forwarded RPC arguments or results |
PLS-00994 | Cursor Variables cannot be declared as part of a package |
PLS-00995 | unhandled exception # string |
PLS-00996 | out of memory |
PLS-00997 | no cursor return types allowed in this beta version |
PLS-01400 | Use of '||' token |
PLS-01401 | Identifier over 18 characters long |
PLS-01402 | Use of quoted identifier |
PLS-01403 | Comment delimiters /* */ |
PLS-01404 | ANSI Identifiers can only consist of letters, digits, and the underscore character |
PLS-01405 | Under ANSI's grammar, numeric data represented in exponent notationmust use an uppercase E |
PLS-01406 | An identifier has been found that is considered a keyword in ANSI's grammar but not in PL/SQL's |
PLS-01407 | One of the identifiers CHAR, CHARACTER, or INTEGER has been redefined by the programmer |
PLS-01408 | Use of '&' token |
PLS-01409 | Use of 'PRIOR_' token |
PLS-01410 | Use of 'MOD' token |
PLS-01411 | Use of 'REM' token |
PLS-01412 | Use of 'EXP' token |
PLS-01413 | Use of NULL an expression |
PLS-01414 | Use of qualified expression here |
PLS-01415 | Use of aggregate value here |
PLS-01416 | Use of <id> (<value>...) here |
PLS-01417 | Use of %attribute |
PLS-01418 | Subquery cannot include set operators in ANSI's grammar |
PLS-01419 | Subquery must have either '*' or exactly one column in its select list |
PLS-01420 | INTERSECT and MINUS set operators are not ANSI |
PLS-01421 | FOR UPDATE clause |
PLS-01422 | Aliases |
PLS-01423 | Subquery on right-hand-side in set clause |
PLS-01424 | Non-ANSI order of clauses |
PLS-01425 | Connect-by clause |
PLS-01450 | This <value expression> contains a nonconforming data type |
PLS-01451 | The data types of these <value expressions> must be comparable |
PLS-01452 | This function is not part of the ANSI standard |
PLS-01453 | This procedure is not part of the ANSI standard |
PLS-01454 | No operator may be used with values of data type CHAR |
PLS-01455 | The predicates IS NULL and IS NOT NULL are defined only for column specifications |
PLS-01458 | The set clause in an UPDATE statement requires a column name of length 1 |
PLS-01460 | Cannot access object on a remote host |
PLS-01463 | STDDEV is not a standard set function |
PLS-01464 | VARIANCE is not a standard set function |
PLS-01466 | Null strings are not allowed |
PLS-01467 | The value list of the IN predicate, if not a subquery, must contain only value_specifications |
PLS-01468 | The first argument of the like-predicate must be a column of type character string |
PLS-01469 | ANSI standard does not permit records |
PLS-01470 | The escape character in the like-predicate must be a literal or a variable of type CHAR |
PLS-01471 | The keyword DISTINCT must be present in a COUNT(DISTINCT sim_expr) |
PLS-01472 | In a set_function_specification, if DISTINCT is present, the expression must be a column_specification |
PLS-01473 | Use <> instead of != or ~= |
PLS-01474 | Use of ANY is non_ANSI |
PLS-01500 | Unions are not allowed in the definition of a view |
PLS-01501 | Options in CREATE TABLE statement is non-ANSI. |
PLS-01502 | Constraint name and constraint status are non-ANSI. |
PLS-01503 | The expression in a SET clause must not include a set function |
PLS-01504 | Use of AS phase in CREATE TABLE statement is non_ANSI |
PLS-01505 | ALTER is non-ANSI |
PLS-01506 | CREATE INDEX is non-ANSI |
PLS-01507 | DROP is non-ANSI |
PLS-01701 | Illegal syntax in ROLLBACK WORK statement |
PLS-01702 | Illegal syntax in COMMIT WORK statement |
PLS-01703 | Cursor name in CLOSE statment must be of length 1 |
PLS-01704 | The expressions in a sort clause must be column specs or unsigned integers, with optional ASC or DESC |
PLS-01705 | table specified by a cursor not updatable if cursor specification has a UNION or ORDER_BY |
PLS-01707 | In positioned DELETE or UPDATE statement, table must be identified in specification of cursor |
PLS-01708 | In searched DELETE, UPDATE or INSERT, table must not appear in FROM clause of subqueries in search condition |
PLS-01709 | value list of INSERT statement, if specified with value list rather than subquery, must be value specification |
PLS-01710 | In a positioned DELETE or UPDATE statement, the cursor name must be of length 1 |
PLS-01711 | A SELECT statement may not contain ORDER_BY, HAVING, or GROUP_BY clause |
PLS-01712 | ANSI does not allow bind variables as INDICATORS |
PLS-01713 | The constraints on these types do not match |
PLS-01714 | ANSI expects a column name not a literal value here |
PLS-01900 | : character to number conversion error |
PLS-01901 | : host bind array too small |
PLS-01902 | : hex to raw conversion error |
PLS-01903 | : non-integer error number |
PLS-01904 | : NULL index table key value |
PLS-01905 | : character string buffer too small |
PLS-01906 | : raw variable length too long |
PLS-01907 | : number precision too large |
PLS-01908 | : RETURNING INTO buffer too small |
PLS-01909 | : cannot assign supertype instance to subtype |
PLS-01910 | : associative array shape is not consistent with session parameters |
PLS-01911 | : associative array key violates its type constraints |
PLS-01912 | : instance must of be of type 'string' |
PLS-01913 | : instance must of be of type 'string' or one of its subtypes |
PLS-01914 | duplicate SECURITY specification in subprogram expression |
PLS-01915 | duplicate ASSEMBLY specification in subprogram expression |
PLS-01916 | SECURITY level specification exceeds ASSEMBLY SECURITY specification |
PLS-01917 | illegal reference to package STANDARD item 'string' |
PLS-01918 | 9.2 and earlier wrap formats are not permitted |
PLW-05000 | mismatch in NOCOPY qualification between specification and body |
PLW-05001 | previous use of 'string' (at line string) conflicts with this use |
PLW-05003 | same actual parameter(string and string) at IN and NOCOPY may have side effects |
PLW-05004 | identifier string is also declared in STANDARD or is a SQL builtin |
PLW-05005 | subprogram string returns without value at line string |
PLW-05006 | shadow type generation resulted in warning: string |
PLW-05007 | first parameter to pragma INLINE must be an identifier |
PLW-05008 | illegal number of arguments for pragma string |
PLW-05009 | pragma INLINE may not appear in a declaration list |
PLW-05010 | duplicate pragma INLINE on procedure 'string' |
PLW-05011 | pragma INLINE for procedure 'string' does not apply to any calls |
PLW-05012 | pragma INLINE for procedure 'string' could not be applied |
PLW-05013 | second parameter to pragma INLINE 'string' is not 'YES' or 'NO' |
PLW-05014 | Pragma string cannot be specified here |
PLW-05015 | implementation restriction - too many debug records |
PLW-05016 | INTO clause should not be specified here |
PLW-05017 | prefix of the expression will be ignored |
PLW-05018 | unit string omitted optional AUTHID clause; default value DEFINER used |
PLW-05019 | the language element near keyword string is deprecated beginning with version string |
PLW-05020 | parameter name must be an identifier |
PLW-05022 | argument 'string' is not comparable |
PLW-05023 | PL/Scope is disabled because SYSAUX is offline. |
PLW-05024 | Do not use BULK COLLECT clause in a cursor declaration |
PLW-06002 | Unreachable code |
PLW-06003 | unknown inquiry directive 'string' |
PLW-06004 | inlining of call of procedure 'string' requested |
PLW-06005 | inlining of call of procedure 'string' was done |
PLW-06006 | uncalled procedure "string" is removed. |
PLW-06007 | procedure "string" is removed because optimization removed calls |
PLW-06008 | call of procedure 'string' will not be inlined |
PLW-06009 | procedure "string" OTHERS handler does not end in RAISE or RAISE_APPLICATION_ERROR |
PLW-06010 | keyword "string" used as a defined name |
PLW-06011 | detailed dependency information discarded due to size limitations |
PLW-06012 | SQL statement cannot be inlined. string |
PLW-06013 | deprecated parameter PLSQL_DEBUG forces PLSQL_OPTIMIZE_LEVEL <= 1 |
PLW-06014 | PLSQL_OPTIMIZE_LEVEL <= 1 turns off native code generation |
PLW-06015 | parameter PLSQL_DEBUG is deprecated; use PLSQL_OPTIMIZE_LEVEL = 1 |
PLW-06016 | unit string is too large; native code generation turned off |
PLW-06017 | an operation will raise an exception |
PLW-06018 | an infinity or NaN value is computed or used |
PLW-07202 | bind type would result in conversion away from column type |
PLW-07203 | parameter 'string' may benefit from use of the NOCOPY compiler hint |
PLW-07204 | conversion away from column type may result in sub-optimal query plan |
PLW-07205 | SIMPLE_INTEGER is mixed with BINARY_INTEGER or PLS_INTEGER |
PLW-07206 | analysis suggests that the assignment to 'string' may be unnecessary |
NDFN-00020 | missing IPMI userid |
NDFN-00021 | missing node list |
NDFN-00022 | unrecognized command option: 'string' |
NDFN-00023 | no password read. Re-issue request |
NDFN-00024 | caught I/O exception: string |
NDFN-00025 | string failed for node string |
RDJ-00001 | OK ADDRESS |
RDJ-00002 | invalid operation: |
RDJ-00003 | Error parsing "string" string |
RDJ-00004 | invalid trace level |
RDJ-00005 | Operation: string failed. Error: string |
RDJ-00006 | invalid port number: number |
RDJ-00008 | invalid number specified: |
RDJ-00009 | invalid address format: |
RDJ-00011 | results processor may not be null |
RDJ-00012 | invalid instance uniqueness |
RDJ-00013 | Invalid service instance attribute |
RDJ-00015 | Invalid service instance tag: "string". Available tags: |
RDJ-00017 | invalid domain type: "string". Available domain types: |
RDJ-00048 | Unknown command: "string" |
RDJ-00049 | Unknown option: "string" |
RDJ-00052 | invalid flag value: |
RDJ-00053 | deletion of trace output file failed: |
RDJ-00054 | deletion of error log file failed: |
RDJ-00055 | trace file already exists: |
RDJ-00056 | error log already exists: |
RDJ-00057 | trace file is a directory: |
RDJ-00058 | error log is a directory: |
RDJ-00059 | The trace file "string" cannot be created |
RDJ-00060 | The error log "string" cannot be created. Check permissions on the parent directory: |
RDJ-00061 | The file stream cannot be created: |
RDJ-00062 | The print stream cannot be created: |
RDJ-00063 | invalid time-to-live: |
RDJ-00065 | Option type must be greater than zero: |
RDJ-00134 | unknown type: |
RDJ-00135 | invalid stream type: |
RDJ-00136 | invalid argument count: |
CLSDNSSD-00000 | no error. |
CLSDNSSD-00001 | unknown error has occurred. |
CLSDNSSD-00002 | no such name. |
CLSDNSSD-00003 | memory allocation failed. |
CLSDNSSD-00004 | invalid parameter. |
CLSDNSSD-00005 | invalid reference. |
CLSDNSSD-00006 | invalid state. |
CLSDNSSD-00007 | invalid flags. |
CLSDNSSD-00008 | unsupported operation. |
CLSDNSSD-00009 | uninitialized. |
CLSDNSSD-00010 | service already registered. |
CLSDNSSD-00011 | service name conflict. |
CLSDNSSD-00012 | invalid data in record. |
CLSDNSSD-00013 | firewall. |
CLSDNSSD-00014 | client software incompatible with server. |
CLSDNSSD-00015 | bad interface index. |
CLSDNSSD-00016 | update refused. |
CLSDNSSD-00017 | no such record. |
CLSDNSSD-00018 | no auth. |
CLSDNSSD-00019 | no such key. |
CLSDNSSD-00020 | NAT Traversal. |
CLSDNSSD-00021 | Double NAT traversal. |
CLSDNSSD-00022 | invalid time stamp in record |
CLSDNSSD-00023 | invalid service type: "string". |
CLSDNSSD-03999 | unknown error: number. |
CLSGN-00000 | no error |
CLSGN-00003 | unknown command: "string" |
CLSGN-00018 | parameter has no default value. |
CLSGN-00023 | "string" is only available in interactive mode. |
CLSGN-00024 | Server abort exception caught - shutting down. |
CLSGN-00025 | Creation of name object for configuration file "string" failed. |
CLSGN-00026 | Configuration file "string" does not exist. |
CLSGN-00027 | Initialization of object for configuration file "string" failed. |
CLSGN-00028 | Open of configuration file "string" failed. |
CLSGN-00029 | Read of configuration file "string" failed. |
CLSGN-00030 | Close of configuration file "string" failed. |
CLSGN-00031 | Server failed to start: string |
CLSGN-00032 | Unexpected end of line found in record "string". |
CLSGN-00033 | Too few arguments for value of parameter "string" Minimum: number |
CLSGN-00034 | Too many arguments for value of parameter "string" Maximum: number |
CLSGN-00035 | Record "string" contains too few fields. Minimum: number. Specified: number. |
CLSGN-00036 | Record "string" contains too many fields. Maximum: number. Specified: number. |
CLSGN-00039 | invalid value for floating point parameter: "string": "string" |
CLSGN-00040 | invalid value for integer parameter: "string": "string" |
CLSGN-00041 | invalid value for boolean parameter "string": "string" |
CLSGN-00043 | invalid configuration method: "string" |
CLSGN-00044 | no file name specified. |
CLSGN-00045 | initialization failed: string |
CLSGN-00046 | no value found for parameter "string". |
CLSGN-00047 | multiple values found for parameter "string". |
CLSGN-00048 | type mismatch "string". Expected: string Actual: string. |
CLSGN-00049 | unknown parameter: "string". |
CLSGN-00050 | failure to convert parameter value "string" to "string". |
CLSGN-00051 | unsupported query type: "string" |
CLSGN-00052 | Initialization of OCR at level number failed. string |
CLSGN-00054 | Invalid IP address: string |
CLSGN-00056 | Unable to resolve host name "string" |
CLSGN-00057 | Invalid process type specified. |
CLSGN-00058 | Invalid number of arguments specified: number. |
CLSGN-00059 | Unknown command: number. |
CLSGN-00060 | Conversion of string value "string" failed with error number. |
CLSGN-00061 | Internal error. |
CLSGN-00062 | Server spawn failed: could not access subdirectory string under string. |
CLSGN-00063 | Server spawn failed: executable not accessible: directory: string file: string |
CLSGN-00064 | spawn of server string failed. |
CLSGN-00065 | Unable to create backup for configuration file string |
CLSGN-00066 | Service advertisement initialization failed. |
CLSGN-00067 | Service advertisement termination failed. |
CLSGN-00068 | Service advertisement stop failed. |
CLSGN-00069 | Service registration failed. |
CLSGN-00070 | Service location failed. |
CLSGN-00071 | Transport initialization failed. |
CLSGN-00072 | Connection to server failed. |
CLSGN-00073 | Send failed |
CLSGN-00074 | Wait for client connection failed |
CLSGN-00075 | Receive failed. |
CLSGN-00076 | string Packet ignored: string. |
CLSGN-00077 | Invalid DNS message received. |
CLSGN-00078 | No space in packet buffer. Length: number. Remaining: number |
CLSGN-00079 | Bonjour initialization failed. |
CLSGN-00080 | Wait for a DNS server request failed. |
CLSGN-00081 | The GNS service is not running. |
CLSGN-00082 | The GNS service is already running. |
CLSGN-00083 | Invalid option: "string" |
CLSGN-00084 | Invalid trace level: "string" |
CLSGN-00085 | An argument must be specified for the "string" option. |
CLSGN-00086 | Service location initialization failed. |
CLSGN-00087 | Listen on endpoint "string" failed. |
CLSGN-00088 | Listen on string port number failed due to a lack of privileges. |
CLSGN-00089 | Not enough arguments specified for the "string" option. Number specified: number. Minimum number: number. |
CLSGN-00090 | Too many arguments specified for the "string" option. Number specified: number Maximum number: number. |
CLSGN-00093 | Server failed during start up. |
CLSGN-00094 | DNS service query failed: string. |
CLSGN-00095 | Invalid IP address for name "string": "string" |
CLSGN-00096 | Connection to the mDNS server failed: string. |
CLSGN-00097 | Advertisement of "string" failed. |
CLSGN-00098 | Name already exists. |
CLSGN-00099 | Multicast DNS server not running. |
CLSGN-00100 | The alias "string" already exists. |
CLSGN-00101 | The alias "string" does not exist. |
CLSGN-00102 | The host name "string" does not exist. |
CLSGN-00105 | Server terminated with error. |
CLSGN-00106 | Getting information about interfaces failed. |
CLSGN-00107 | Getting information about interface "string" failed. |
CLSGN-00109 | No interfaces available. |
CLSGN-00110 | One or threads failed - check log. |
CLSGN-00111 | Acquisition of privileges needed to perform operation failed. |
CLSGN-00112 | Platform initialization failed. |
CLSGN-00115 | Authentication failed due to network failure. |
CLSGN-00116 | Authentication operation timed out |
CLSGN-00117 | Authentication protocol failure. |
CLSGN-00118 | Client was rejected: string. |
CLSGN-00120 | Creation of configuration file "string" failed. |
CLSGN-00121 | Trace level set to number. |
CLSGN-00122 | Dynamic messaging initalization failed - error number |
CLSGN-00127 | Privileged user "string" does not exist. |
CLSGN-00128 | Unprivileged user "string" does not exist. |
CLSGN-00129 | Privileged group "string" does not exist. |
CLSGN-00130 | no privileges to access OCR key "string". |
CLSGN-00131 | no privileges to get value for OCR key "string". |
CLSGN-00132 | user "string" not authorized to run command. |
CLSGN-00133 | Exception received: string |
CLSGN-00134 | Invalid host name: "string". |
CLSGN-00135 | Mandatory parameter "string" is not configured. |
CLSGN-00136 | Query for a host address failed. |
CLSGN-00138 | No thread names specified. |
CLSGN-00139 | Invalid thread name "string" |
CLSGN-00140 | OCR key "string" does not exist. |
CLSGN-00141 | The address "string" already exists. |
CLSGN-00142 | Open of OCR key "string" failed. |
CLSGN-00143 | Subdomain "string" already exists. |
CLSGN-00144 | Subdomain "string" does not exist. |
CLSGN-00145 | The host "string" already exists. |
CLSGN-00146 | Address "string" for name "string" does not exist. |
CLSGN-00147 | Address "string" for name "string" is not serviced by GNS. |
CLSGN-00149 | Host address "string" does not exist. |
CLSGN-00150 | Alias "string" is invalid. |
CLSGN-00151 | Host domain "string" does not match GNS subdomain "string" |
CLSGN-00152 | Self-check failed. |
CLSGN-00153 | Length of subdomain "string": string exceeds the maximum: string. |
CLSGN-00154 | Invalid subdomain: "string" |
CLSGN-00155 | trace level number is less than the minimum number - ignoring. |
CLSGN-00156 | trace level number is greater than the maximum number. Using the maximum value instead. |
CLSGN-00158 | Initialization or shut down in progress. |
CLSGN-00161 | Failed to set GNS trace level: string. |
CLSGN-00162 | Name "string" and address "string" will not be advertised due to configuration change. |
CLSGN-00163 | connection with Cluster Synchronization Services failed. Error: number. |
CLSGN-00164 | Failed to retrieve cluster name: Error: number. |
CLSGN-00165 | Running as user "string" which is not privileged. |
CLSGN-00166 | Creation of OCR key "string" failed. string |
CLSGN-00167 | Operation is unsupported. |
CLSGN-00168 | Name advertisement or alias re-creation failed. |
CLSGN-00169 | Spawn of thread "string" failed. |
CLSGN-00170 | Thread "string" failed on startup. |
CLSGN-00171 | Invalid alias "string" specified for name "string" |
CLSGN-00172 | Domain given in alias "string" for name "string" does not match GNS domain "string". |
CLSGN-00173 | GNS has not been configured. |
CLSGN-00174 | Packet replay detected - dropping connection. |
CLSGN-00175 | Invalid packet received - dropping connection. |
CLSGN-00176 | Packet security check failed. |
CLSGN-00177 | Invalid packet type received. |
CLSGN-00178 | Resolution of name "string" failed. |
CLSGN-00179 | No forwarded query received from DNS for name in "string" domain, check DNS configuration |
CLSGN-00180 | If BIND is being used and the zone is being forwarded, the entry will likely look like the following: |
CLSGN-00182 | string Unable to resolve self-check name. |
CLSGN-00183 | Number of retries exceeded maximum: number. |
CLSGN-00184 | Operation has to be retried. |
CLSGN-00185 | Invalid argument. |
CLSGN-00186 | Insufficient privileges. |
CLSGN-00187 | Listening address "string" is not on the public network. |
CLSGN-00188 | The value for parameter "string": number may only be from number to number. |
CLSGN-00190 | No records found for "string". |
CLSGN-00191 | No records registered. |
CLSGN-00192 | string Open of OCR key "string" failed. string |
CLSGN-00193 | Deletion of OCR key "string" failed. string |
CLSGN-00194 | Time needed for resolution of name "string": string ms exceeded threshold of string ms |
CLSGN-00196 | Self-check succeeded after previous failure. |
CLSGN-00197 | string Self-check failed due to failure in name resolution. |
CLSGN-00201 | string first self-check name resolution failed. |
CLSGN-00202 | string first self-check failed. |
CLSGN-00205 | string self-check failed while in "recovery" state. |
CLSGN-00206 | Creation of a network endpoint failed. |
CLSGN-00207 | Creation of a network endpoint failed due to lack of permissions. |
CLSGN-00208 | Network endpoint "string" already in use. |
CLSGN-00209 | Listen for DNS requests failed. IP address string port number is in use. |
CLSGN-00210 | failed to get value for OCR key "string". string |
CLSGN-00211 | OCR batch operation failed. string |
CLSGN-32767 | Internal error. |
CLSMDNS-00000 | no error |
CLSMDNS-00001 | GIPC endpoint creation failed. |
CLSMDNS-00002 | bind failed. |
CLSMDNS-00003 | address creation failed. |
CLSMDNS-00004 | attribute setting failed. |
CLSMDNS-00005 | interface registration failed. |
CLSMDNS-00006 | failed to get name server list. |
CLSMDNS-00007 | mDNS initialization failed. |
CLSMDNS-00008 | start of host query failed. |
CLSMDNS-00009 | stop of host query failed. |
CLSMDNS-00010 | Initialization of name server name retrieval failed. |
CLSMDNS-00011 | retrieval of name server name failed. |
CLSMDNS-00012 | no name servers found. |
CLSMDNS-00013 | Send of response to DNS server failed. |
CLSMDNS-00015 | invalid record type: number |
CLSMDNS-02000 | unknown error. |
CLSMDNS-02001 | no such name exists. |
CLSMDNS-02002 | memory allocation failure. |
CLSMDNS-02003 | invalid parameter. |
CLSMDNS-02004 | invalid reference. |
CLSMDNS-02005 | invalid state. |
CLSMDNS-02006 | invalid flags. |
CLSMDNS-02007 | operation is unsupported. |
CLSMDNS-02008 | uninitialized. |
CLSMDNS-02009 | no cache. |
CLSMDNS-02010 | record or service is already registered. |
CLSMDNS-02011 | name conflict found. |
CLSMDNS-02012 | Invalid. |
CLSMDNS-02013 | Firewall. |
CLSMDNS-02014 | Incompatible. |
CLSMDNS-02015 | invalid interface. |
CLSMDNS-02016 | Refused. |
CLSMDNS-02017 | no such record. |
CLSMDNS-02018 | no authentication. |
CLSMDNS-02019 | no such key. |
CLSMDNS-02020 | error occurred while passing through NAT. |
CLSMDNS-02021 | double NAT encountered. |
CLSMDNS-02022 | invalid time. |
CLSMDNS-02023 | invalid signature. |
CLSMDNS-02024 | invalid key. |
CLSMDNS-02025 | transient error. |
CLSMDNS-02250 | connection pending. |
CLSMDNS-02251 | connection failed. |
CLSMDNS-02252 | connection established. |
CLSMDNS-02253 | more memory needed for cache. |
CLSMDNS-02254 | configuration changed. |
CLSMDNS-02255 | memory free needed. |
CLSR-00001 | Oracle error number encountered |
CLSR-00002 | Oracle error encountered while executing string |
CLSR-00003 | ORACLE_HOME environment variable not set |
CLSR-00004 | Error encountered at string, category=number, operation=string, OS error=number |
CLSR-00005 | Error encountered during memory allocation |
CLSR-00006 | Error encountered when writing file string |
CLSR-00007 | Error encountered when reading file string |
CLSR-00501 | Error number encountered when connecting to EVM daemon |
CLSR-00502 | Error number encountered when subscribing an EVM event |
CLSR-00503 | Error number encountered when creating an EVM event |
CLSR-00504 | Error number encountered when posting an EVM event |
CLSR-00505 | Empty event type is specified |
CLSR-00506 | Unmatched resource name prefix string is specified |
CLSR-00507 | The length of the facility name string exceeds the limit (number) |
CLSR-00508 | Invalid message number number |
CLSR-00509 | Unable to initialize NLS |
CLSR-00510 | Unable to load NLS data |
CLSR-00511 | Error number encountered when handling incoming EVM message |
CLSR-00512 | Invalid CAA trigger event type [string] |
CLSR-00513 | Message file is not found |
CLSR-00514 | Unable to locate PMON [pid=string] |
CLSR-00515 | A service member is already running on this node |
CLSR-00516 | No service provider found at this node |
CLSR-00517 | Failed to register a service name |
CLSR-00518 | Failed to register a preconnect service name |
CLSR-00519 | No instance found |
CLSR-00520 | No service member found |
CLSR-00521 | Event string is rejected by EVM daemon |
CLSR-00522 | Resource string is not registered |
CLSR-00523 | Resource string is not enabled |
CLSR-00524 | Resource string is stopping, resource string cannot start |
CLSR-00525 | prsr initialization failed |
CLSR-00526 | Failed to retrieve database configuration in OCR |
CLSR-00527 | OCR operation failed |
CLSR-00528 | RACGONS: host and port number already configured in OCR |
CLSR-00529 | RACGONS: host and port number to be removed does not exist |
CLSR-00530 | Can not get user name |
CLSR-00531 | Can not get primary group name |
CLSR-01001 | Unsupported open mode number is specified |
CLSR-01002 | Unable to process instance startup |
CLSR-01003 | Error number encountered during mounting database |
CLSR-01004 | Failed to mount database |
CLSR-01005 | Error number encountered during altering database open mode |
CLSR-01006 | Unable to process instance shutdown |
CLSR-01007 | Connection to database was not established |
CLSR-01008 | Error number encountered during querying for PMON status |
CLSR-01009 | database management module failed to start |
CLSR-01010 | Unable to record PMON pid to string |
CLSR-01011 | Invalid instance startup mode [string] is specified |
CLSR-01012 | Invalid instance stop mode [string] is specified |
CLSR-06500 | Invalid input arguments |
CLSR-06501 | Exceeds maximum number of arguments |
CLSR-06502 | Failed to connect to database 'string' as user 'string' |
CLSR-06503 | Service name already registered |
CLSR-06504 | Service name not in SERVICE_NAMES |
CLSR-06505 | SERVICE_NAMES found null and fixed |
CLSR-06506 | Error number encountered when executing string |
CLSR-06507 | Cannot add to SERVICE_NAMES, SERVICE_NAMES will be too long |
CLSS-00001 | skgxn not active |
CLSS-00002 | unable to determine local node number. type string |
CLSS-00003 | unable to determine cluster name. type string |
CLSS-00004 | unable to allocate memory resources |
CLSS-00099 | logfile open failed for string, err string |
CLSS-00100 | configuration data access failed for key string |
CLSS-00101 | Oracle Cluster Repository mismatch with node string. (string != string) |
CLSS-00102 | initialization failure: [string] [string] [string] [string] [string] [string] |
CLSS-00103 | unable to read configuration information for node string |
CLSS-00200 | local node string not listed in configuration |
CLSS-01200 | skgxn errror: category string, operation string, loc string |
CLSS-02000 | reconfiguration successful, incarnation string with string nodes |
CLSS-02001 | local node number string, master node number string |
CLSS-02200 | Received node deletion request for active node string. |
CLSS-02201 | endpoint already in use: string |
CLSS-02202 | voting device access took an excessive amount of time. (string sec) |
CLSS-02203 | unable to access voting device: string |
CLSS-02204 | voting device not configured. [string] [string] |
CLSS-02205 | remote node string signaled our eviction via voting device: cause string |
CLSS-02206 | local node evicted by vendor node monitor |
CLSS-02207 | error string getting status from vendor node monitor |
CLSS-03000 | reconfiguration successful, incarnation string with string nodes |
CLSS-03001 | local node number string, master node number string |
CLSS-03200 | timed out waiting on nested reconfiguration |
CLSS-03201 | An attempt to begin a nested reconfiguration failed. |
CLSS-03202 | out of sync with master: [string] [string] [string] [string] |
CLST-01101 | assigning default private interconnect name string for node string |
CLST-01102 | assigning default host name string for node string |
CLST-01103 | existing configuration version (string) detected |
CLST-01104 | successfully determined required configuration for all components |
CLST-01105 | An existing configuration was detected. It was not overwritten. |
CLST-01301 | successfully deleted string of string configuration values |
CLST-01302 | successfully deleted string of string configuration keys |
CLST-01303 | successfully rolled back delete operation |
CLST-01304 | node deletion successful |
CLST-01401 | formatting voting device: string |
CLST-01501 | tried to delete key string but it was not there |
CLST-01901 | configuring TCP ports string, string, string, and string |
CLST-01902 | configuring node: node number string, node name string |
CLST-01903 | configuring node: host name string, private interconnect name string |
CLST-01904 | creating configuration with user (string) and group (string) |
CLST-01999 | Warning: -force specified. Overwriting existing configuration. |
CLST-02101 | Too many nodes were specified. limit is string |
CLST-02102 | Node string specified is out of range. Maximum node number is string. |
CLST-02103 | Unable to parse TCP port options specified. |
CLST-02104 | TCP port string is out of bounds. |
CLST-02105 | missing required parameter -l with language ID information |
CLST-02106 | missing required parameter -o with path to ORA_CRS_HOME |
CLST-02107 | failure configuring component string |
CLST-02108 | missing required parameter -q with path to the voting device |
CLST-02109 | missing required parameter -c with a cluster name |
CLST-02110 | missing required parameter -nn with the list of nodenames |
CLST-02201 | node string already exists in the configuration with node number string |
CLST-02202 | private interconnect name string is already assigned to node number string |
CLST-02203 | Host name string is already assigned to node number string. |
CLST-02204 | Node number string is already assigned to node string. |
CLST-02301 | failure string validating configuration of node string |
CLST-02302 | failure string validating configuration of private interconnect name string |
CLST-02303 | failure string validating configuration of node with host name string |
CLST-02304 | node name string for node string does not match existing node name string |
CLST-02305 | node number string for node string does not match existing node number string |
CLST-02306 | private interconnect name string for node string does not match string |
CLST-02307 | host name string for node string does not match existing host name string |
CLST-02308 | concurrent node deletion suspected when deleting key string |
CLST-02309 | failure updating the configuration in node deletion |
CLST-02310 | CSS daemon refused node deletion, status string. attempting rollback |
CLST-02311 | failure rolling back node deletion. configuration irrecoverable |
CLST-02312 | failed to completely delete node configuration |
CLST-02401 | failure string querying maximum configurable node number |
CLST-02402 | failure string querying existing configured node list |
CLST-02403 | failure string querying the maximum node name size |
CLST-02404 | failure string querying the cluster name |
CLST-02405 | failure formatting voting device (string) at [string] [string] [string] |
CLST-02501 | failure string opening configuration for write operation |
CLST-02502 | failure string writing new configuration |
CLST-02503 | failure string opening configuration for delete operation |
CLST-02504 | failure string writing configuration to disk |
CLST-02901 | The number of Oracle Cluster Repository keys exceeds limit of string. |
CLST-02902 | The number of Oracle Cluster Repository keys exceeds limit of string. |
CLST-02903 | unable to allocate string bytes of memory at location: string |
CLST-02904 | failure string in SCLS API at string |
CLST-02905 | add, install, delete, concepts, and local are mutually exclusive |
CLST-02906 | Clustername should be between 1 and string letters. |
CLST-02907 | unknown parameter string supplied |
CLST-02908 | unable to determine local hostname |
CLST-02909 | The requested operation requires High Availability privileges. |
CLST-02910 | Failure string contacting the CRS daemon. |
CLST-02911 | failure string contacting the CSS daemon |
CLST-02999 | Untranslated failure: [string] [string] [string] [string] [string] [string] |
CLST-03100 | See the documentation for usage information. |
CLST-03101 | Enter the password for user string. |
CLST-03102 | Operation successful. |
CLST-03200 | internal error: [string] [string] [string] [string] [string] |
CLST-03201 | unexpected argument: string |
CLST-03202 | Memory allocation failure for string bytes. |
CLST-03203 | insufficient privileges for action: string |
CLSU-00100 | Operating System function: string failed with error data: string |
CLSU-00101 | Operating System error message: string |
CLSU-00102 | Operating System interface detected an error |
CLSU-00103 | error location: string |
CLSU-00104 | additional error information: string |
CLSU-00105 | Operating System interface has reported an internal failure |
CLSU-00106 | An improper Operating System error display was attempted |
CLSU-00200 | **** Error stack contains number records, newest first: |
CLSU-00201 | **** Error stack end **** |
CLSU-00210 | CLSUUS test msg 0 |
CLSU-00211 | CLSUUS test msg 1:string |
CLSU-00212 | CLSUUS test msg 2:string 2:string |
CLSU-00213 | CLSUUS test msg 3:string 2:string 3:string |
CLSU-00214 | CLSUUS test msg 4:string 2:string 3:string 4:string |
CLSU-00215 | CLSUUS test msg 5:string 2:string 3:string 4:string 5:string |
CLSU-00216 | CLSUUS test msg 6:string 2:string 3:string 4:string 5:string 6:string |
CLSU-00217 | CLSUUS test msg 7:string 2:string 3:string 4:string 5:string 6:string 7:string |
CLSU-00218 | CLSUUS test msg 8:string 2:string 3:string 4:string 5:string 6:string 7:string 8:string |
CLSU-00220 | clsem FATAL exception: string |
CLSU-00221 | ERROR printed by clsecho: string |
CLSU-00222 | WARNING printed by clsecho: string |
CLSU-00223 | Info printed by clsecho: string |
CLSU-00910 | Named exception string string string string |
CLSU-00911 | Signal string received |
CLSU-00912 | OSE: string string |
CLSW-00001 | Cluster Wallet operation failed |
CLSW-00002 | Out of heap memory. |
CLSW-00003 | Error in the cluster registry (OCR) layer. [number] [string] |
CLSW-00004 | Error in the network security layer. [number] [string] |
CLSW-00005 | Cannot perform cluster wallet operation because one of the parameters is NULL. |
CLSW-00006 | Cannot perform cluster wallet operation because the context is invalid. |
CLSW-00007 | Cannot perform cluster wallet operation because one of the parameters is invalid. [number] [string] |
CLSW-00008 | The cluster wallet to be created already exists. |
CLSW-00009 | The cluster wallet to be operated on does not exist. |
CLSW-00010 | Error in the NLS services. |
CLSW-00011 | Cannot perform cluster wallet operation because data stored in the registry is invalid. |
CLSW-00012 | User is not authorized to perform the cluster wallet operation. [number] [string] |
CLSW-00013 | Error in the clusterware operating system (SCLS) services. [string] |
CLSW-01000 | Enter Password: |
CRS-00001 | Message ID string-number not found. |
CRS-00002 | string:Internal list corruption. trace file: "string" |
CRS-00003 | An error was encountered while attempting to open file "string". Additional diagnostics: string |
CRS-00004 | logging terminated for the process. log file: "string" |
CRS-00005 | log file "string" deleted after close failure |
CRS-00006 | file rotation processing continues for file: "string" |
CRS-00007 | failed to open new log file "string\ |
CRS-00008 | opened new file "string" after close failure |
CRS-00009 | log file "string" reopened |
CRS-00011 | An error occurred while attempting to close file "string" during log file rotation. Additional diagnostics: string |
CRS-00012 | An error occurred while attempting to rename file "string" to "string" during log file rotation. Additional diagnostics: string |
CRS-00013 | An error occurred while attempting to check for the existence of file "string" during log file rotation. Additional diagnostics: string |
CRS-00014 | An error occurred while attempting to delete file "string" during log file rotation. Additional diagnostics: string |
CRS-00015 | An error occurred while attempting to flush file "string" during log file rotation. Additional diagnostics: string |
CRS-00016 | An error was encountered while attempting to free the file name object for file "string" during log file rotation. Additional diagnostics: string |
CRS-00017 | An error occurred while attempting to create a file name object for file "string" during log file rotation. Additional diagnostics: string |
CRS-00018 | An error occurred while attempting to reopen file "string" during log file rotation. Additional diagnostics: string |
CRS-00019 | file rotation terminated. log file: "string" |
CRS-00020 | An error occurred while attempting to create a file name object for file "string" during file open processing. Additional diagnostics: string |
CRS-00021 | An error occurred while attempting to check for the existence of file "string" during file open processing. Additional diagnostics: string |
CRS-00022 | An error occurred while attempting to change access permissions and privileges for file "string" during file open processing. Additional diagnostics: string |
CRS-00023 | An error occurred while attempting to create default permissions for file "string" during file open processing. Additional diagnostics: string |
CRS-00024 | An error occurred while attempting to create a file name object for file "string" during file open processing. Additional diagnostics: string |
CRS-00025 | An error occurred while attempting to create a file object for file "string" during file open processing. Additional diagnostics: string |
CRS-00026 | failed to create one or more file name objects to rename "string" to "string" during file rotation processing |
CRS-00027 | An error occurred while attempting to determine the size of file "string" during file open processing. Additional diagnostics: string |
CRS-00036 | An error was encountered while attempting to open log file "string". |
CRS-00184 | Cannot communicate with the CRS daemon. |
CRS-00210 | Could not find resource 'string'. |
CRS-00211 | Resource 'string' has already been registered. |
CRS-00213 | Could not register resource 'string'. |
CRS-00214 | Could not unregister resource 'string'. |
CRS-00215 | Could not start resource 'string'. |
CRS-00216 | Could not stop resource 'string'. |
CRS-00217 | Could not relocate resource 'string'. |
CRS-00218 | Could not restart the resource 'string' on the original node. |
CRS-00219 | Could not update resource 'string'. |
CRS-00220 | Resource 'string' has invalid resource profile. |
CRS-00221 | Resource 'strings action script cannot be found. |
CRS-00223 | Resource 'string' has placement error. |
CRS-00230 | Member 'string' is not in the cluster. |
CRS-00232 | Cluster member is down. Cannot perform operation. |
CRS-00233 | Resource or relatives are currently involved with another operation. |
CRS-00253 | CRS configuration error, the CRS default directory is not set in Oracle Cluster Registry. |
CRS-00254 | authorization failure |
CRS-00255 | CRSD is not running in privileged mode. Insufficient permissions to run this command. |
CRS-00256 | Username conflicts with the owner of the resource. |
CRS-00257 | Groupname conflicts with the primary group of the resource. |
CRS-00258 | Invalid ACL string format. |
CRS-00259 | Owner of the resource does not belong to the group. |
CRS-00271 | CRSD shutdown is already in progress. |
CRS-00272 | This command remains for backward compatibility only |
CRS-00273 | This command is deprecated and has been replaced by 'string' |
CRS-00274 | This command is deprecated and its functionality incorporated into 'string' |
CRS-00402 | Could not make safe directory('string') |
CRS-00403 | Could not change working directory to safe directory('string') |
CRS-00406 | Could not create lock directory ('string') |
CRS-00407 | Another CRSD may be running, could not obtain lock file 'string'. |
CRS-00413 | Could not initialize the Cluster Synchronization Services context |
CRS-00414 | Could not establish Event Manager connection |
CRS-00451 | CRS configuration error, unable to initialize Oracle Cluster Registry. |
CRS-00452 | CRS configuration error, unable to find CRSD Connection Information in Oracle Cluster Registry. |
CRS-00453 | CRS configuration error, unable to find Instance Information in Oracle Cluster Registry. |
CRS-00471 | Node number is not found |
CRS-00472 | Node name is not found |
CRS-00700 | Oracle High Availability Service aborted due to failure to allocate memory. Details at string in string. |
CRS-00701 | Oracle High Availability Service aborted due to failure to obtain identity of the running process. Details at string in string. |
CRS-00702 | Oracle High Availability Service aborted due to failure to run as privileged user. Details at string in string. |
CRS-00703 | Oracle High Availability Service aborted due to failure to initialize the communication context. Details at string in string. |
CRS-00704 | Oracle High Availability Service aborted due to Oracle Local Registry error [string]. Details at string in string. |
CRS-00708 | Oracle High Availability Service aborted due to failure to retrieve ORA_CRS_HOME environment variable. Details at string in string. |
CRS-00709 | Oracle High Availability Service aborted due to failure to initialize ORA_CRS_HOME path. Details at string in string. |
CRS-00712 | Oracle High Availability Service aborted due to failure to initialize the network layer with error [number]. Details at string in string. |
CRS-00713 | An error occurred initializing the Reboot Advisory Monitor: error code [number]. Details at string in string. |
CRS-00715 | Oracle High Availability Service has timed out waiting for init.ohasd to be started. |
CRS-00800 | Cluster Ready Service aborted due to failure to allocate memory. Details at string in string. |
CRS-00801 | Cluster Ready Service aborted due to failure to obtain identity of the running process. Details at string in string. |
CRS-00802 | Cluster Ready Service aborted due to failure to run as privileged user. Details at string in string. |
CRS-00803 | Cluster Ready Service aborted due to failure to initialize the communication context. Details at string in string. |
CRS-00804 | Cluster Ready Service aborted due to Oracle Cluster Registry error [string]. Details at string in string. |
CRS-00805 | Cluster Ready Service aborted due to failure to communicate with Cluster Synchronization Service with error [number]. Details at string in string. |
CRS-00806 | Cluster Ready Service aborted due to failure to retrieve the local node name. Details at string in string. |
CRS-00807 | Cluster Ready Service aborted due to failure to check version compatibility. Details at string in string. |
CRS-00808 | Cluster Ready Service aborted due to failure to retrieve ORA_CRS_HOME environment variable. Details at string in string. |
CRS-00809 | Cluster Ready Service aborted due to failure to initialize ORA_CRS_HOME path. Details at string in string. |
CRS-00810 | Cluster Ready Service aborted due to failure to communicate with Event Management Service with error [number]. Details at string in string. |
CRS-00811 | Cluster Ready Service aborted due to failure to build dependency graph. Details at string in string. |
CRS-00812 | Cluster Ready Service aborted due to failure to initialize the network layer with error [number]. Details at string in string. |
CRS-00813 | Cluster Ready Service aborted due to failure to initialize the network layer with error [string]. Details at string in string. |
CRS-00814 | Cluster Ready Service aborted due to failure to start thread with error [number]. Details at string in string. |
CRS-01001 | The OCR was formatted using version number. |
CRS-01002 | The OCR was restored from file string. |
CRS-01003 | The OCR format was downgraded to version number. |
CRS-01004 | The OCR was imported from string. |
CRS-01005 | The Oracle Clusterware upgrade was completed. Version has changed from [number, string] to [number, string]. Details in string. |
CRS-01006 | The OCR location string is inaccessible. Details in string. |
CRS-01007 | The OCR/OCR mirror location was replaced by string. |
CRS-01008 | Node string is not responding to OCR requests. Details in string. |
CRS-01009 | The OCR configuration is invalid. Details in string. |
CRS-01010 | The OCR mirror location string was removed. |
CRS-01011 | OCR cannot determine that the OCR content contains the latest updates. Details in string. |
CRS-01012 | The OCR service started on node string. |
CRS-01013 | The OCR location in an ASM disk group is inaccessible. Details in string. |
CRS-01014 | Failed to import Oracle Cluster Registry from file string |
CRS-01015 | A request to terminate the Cluster Ready Service on node string completed successfully. Details at string in string. |
CRS-01016 | The Cluster Ready Service on this node terminated because it detected a failure while upgrading the Oracle Cluster Registry format. Details at string in string. |
CRS-01017 | The Cluster Ready Service on this node terminated because it was unable to open the import file while upgrading the Oracle Cluster Registry format. Details at string in string. |
CRS-01018 | The Cluster Ready Service on this node terminated because the OCR configuration on this node is invalid. Details at string in string. |
CRS-01019 | The OCR Service exited on host string. Details in string |
CRS-01020 | The Oracle Cluster Registry has invalid contents. Details at string in string. |
CRS-01021 | The Oracle Cluster Registry backup file in an ASM disk group is inaccessible. Details in string. |
CRS-01022 | The Oracle Clusterware was forcibly upgraded without upgrading nodes string. Version has changed from [number, string] to [number, string]. Details in string. |
CRS-01025 | The Oracle Clusterware was upgraded to [string] on all nodes, but the cluster operating version is still [string]. Details in [string]. |
CRS-01110 | The Oracle Clusterware upgrade is in unknown state [number]. |
CRS-01111 | Error upgrading the Oracle Clusterware. Details [string]. |
CRS-01112 | Failed to set the Oracle Clusterware operating version string |
CRS-01114 | Invalid active version [string] passed |
CRS-01115 | Oracle Clusterware has already been upgraded. |
CRS-01116 | Oracle Clusterware upgrade has been aborted. |
CRS-01117 | Error upgrading the Oracle Clusterware. |
CRS-01119 | Unable to complete Oracle Clusterware upgrade while nodes string have not yet upgraded |
CRS-01121 | Oracle Clusterware was forcibly upgraded without upgrading nodes string. |
CRS-01201 | CRSD started on node string. |
CRS-01202 | CRSD aborted on node string. Error [string]. Details in string. |
CRS-01203 | Failover failed for the CRS resource string. Details in string. |
CRS-01204 | Recovering CRS resources for node string. |
CRS-01205 | Auto-start failed for the CRS resource string. Details in string. |
CRS-01206 | Resource string is in the UNKNOWN state. Make sure the resource is completely stopped, then use the 'crsctl stop -f' command. |
CRS-01207 | There are no more restart attempts left for resource string. Restart the resource manually using the crsctl command. |
CRS-01208 | Cluster Ready Service terminating, unable to start successfully. Details at string in string. |
CRS-01209 | Cluster Ready Service terminating, failed to register with group 'string'. Details at string in string. |
CRS-01210 | Cluster Ready Service failed to update group data. Details at string in string. |
CRS-01211 | Cluster Ready Service noticed abnormal termination by Cluster Synchronization Service. Details at string in string. |
CRS-01212 | Cluster Ready Service received invalid update for group private data. Details at string in string. |
CRS-01213 | Cluster Ready Service failed to retrieve user information. Details at string in string. |
CRS-01214 | Cluster Ready Service failed to initialize OLR context. Details at string in string. |
CRS-01215 | Cluster Ready Service could not get the local node number. Details at string in string. |
CRS-01216 | Cluster Ready Service could not determine node list. Details at string in string. |
CRS-01217 | Cluster Ready Service unable to get node name. Details at string in string. |
CRS-01218 | Cluster Ready Service error during initialization. Details at string in string. |
CRS-01219 | Cluster Synchronization Service not available. Details at string in string. |
CRS-01220 | Cluster Ready Service could not retrieve local node number. Details at string in string. |
CRS-01221 | Cluster Ready Service failed to retrieve local node name. Details at string in string. |
CRS-01222 | Cluster Ready Service failed to retrieve maximum group size. Details at string in string. |
CRS-01223 | Cluster Ready Service error while reading cluster active version. Details at string in string. |
CRS-01224 | Server authentication exception encountered, exception text is 'string'. Details at string in string. |
CRS-01225 | Invalid identity exception encountered, exception text is 'string'. Details at string in string. |
CRS-01226 | Failed to create message to send to policy engine. Details at string in string. |
CRS-01227 | Error during initialization of communication subsystem. Details at string in string. |
CRS-01228 | Error while setting up user interface server. Details at string in string. |
CRS-01229 | Error while listening for events. Details at string in string. |
CRS-01231 | Failed to open key 'string' in OCR. Details at string in string. |
CRS-01232 | Could not get security attribute for system key 'string' in OCR. Details at string in string. |
CRS-01233 | Failed to initialize batch handler for OCR. Details at string in string. |
CRS-01234 | Encountered error while setting key value for key 'string' in OCR. Details at string in string. |
CRS-01235 | Error while executing batch for multi writes in OCR. Details at string in string. |
CRS-01236 | Error enumerating subkeys for key 'string' in OCR. Details at string in string. |
CRS-01237 | Failed to retrieve the maximum value supported in OCR. Details at string in string. |
CRS-01238 | Failed to add a delete key operation for key 'string' to a batch in OCR. Details at string in string. |
CRS-01239 | Cluster Ready Service aborted due to an unexpected error [string]. Details at string in string. |
CRS-01301 | Oracle High Availability Service started on node string. |
CRS-01302 | Oracle High Availability Service aborted on node string. Error [string]. Details in string. |
CRS-01303 | Failover failed for the OHAS resource string. Details in string. |
CRS-01304 | Recovering OHAS resources for node string. |
CRS-01305 | Auto-start failed for the OHAS resource string. Details in string. |
CRS-01306 | Resource string is in an unknown state. Make sure the resource is completely stopped, then use the 'crsctl stop -f' command. |
CRS-01307 | There are no more restart attempts left for resource string. Restart the resource manually using the crsctl command. |
CRS-01308 | Oracle High Availability Service terminating, unable to start successfully. Details at string in string. |
CRS-01309 | Oracle High Availability Service terminating, failed to register with group 'string'. Details at string in string. |
CRS-01310 | Oracle High Availability Service failed to update group data. Details at string in string. |
CRS-01311 | Oracle High Availability Service noticed abnormal termination by Cluster Synchronization Service. Details at string in string. |
CRS-01312 | Oracle High Availability Service received invalid update for group private data. Details at string in string. |
CRS-01313 | Oracle High Availability Service failed to retrieve user information. Details at string in string. |
CRS-01314 | Oracle High Availability Service failed to initialize OLR context. Details at string in string. |
CRS-01315 | Oracle High Availability Service could not get the local node number. Details at string in string. |
CRS-01316 | Oracle High Availability Service could not determine node list. Details at string in string. |
CRS-01317 | Oracle High Availability Service unable to get node name. Details at string in string. |
CRS-01318 | Oracle High Availability Service error during initialization. Details at string in string. |
CRS-01319 | Cluster Synchronization Service not available. Details at string in string. |
CRS-01320 | Oracle High Availability Service could not retrieve local node number. Details at string in string. |
CRS-01321 | Oracle High Availability Service failed to retrieve local node name. Details at string in string. |
CRS-01322 | Oracle High Availability Service failed to retrieve maximum group size. Details at string in string. |
CRS-01323 | Oracle High Availability Service error while reading cluster active version. Details at string in string. |
CRS-01324 | Server authentication exception encountered, exception text is 'string'. Details at string in string. |
CRS-01325 | Invalid identity exception encountered, exception text is 'string'. Details at string in string. |
CRS-01326 | Failed to create message to send to policy engine. Details at string in string. |
CRS-01327 | Error during initialization of communication subsystem. Details at string in string. |
CRS-01328 | Error while setting up user interface server. Details at string in string. |
CRS-01329 | Error while listening for events. Details at string in string. |
CRS-01330 | Oracle High Availability Services aborted due to internal error. |
CRS-01331 | Failed to open key 'string' in OLR. Details at string in string. |
CRS-01332 | Could not get security attribute for system key 'string' in OLR. Details at string in string. |
CRS-01333 | Failed to initialize batch handler for OLR. Details at string in string. |
CRS-01334 | Encountered error while setting key value for key 'string' in OLR. Details at string in string. |
CRS-01335 | Error while executing batch for multi writes in OLR. Details at string in string. |
CRS-01336 | Error enumerating subkeys for key 'string' in OLR. Details at string in string. |
CRS-01337 | Failed to retrieve the maximum value supported in OLR. Details at string in string. |
CRS-01338 | Failed to add a delete key operation for key 'string' to a batch in OLR. Details at string in string. |
CRS-01339 | Oracle High Availability Service aborted due to an unexpected error [string]. Details at string in string. |
CRS-01401 | EVMD started on node string. |
CRS-01402 | EVMD aborted on node string. Error [string]. Details in string. |
CRS-01403 | The Event Management Service terminated on node string. Listening port number is in use by another application. Details in string. |
CRS-01601 | CSSD Reconfiguration complete. Active nodes are string. |
CRS-01602 | CSSD aborted on node string. Error [string]; details in string. |
CRS-01603 | CSSD on node string shutdown by user. |
CRS-01604 | CSSD voting file is offline: string; details at string in string. |
CRS-01605 | CSSD voting file is online: string; details in string. |
CRS-01606 | The number of voting files available, number, is less than the minimum number of voting files required, number, resulting in CSSD termination to ensure data integrity; details at string in string |
CRS-01607 | Node string is being evicted in cluster incarnation number; details at string in string. |
CRS-01608 | This node was evicted by node number, string; details at string in string. |
CRS-01609 | This node is unable to communicate with other nodes in the cluster and is going down to preserve cluster integrity; details at string in string. |
CRS-01610 | Network communication with node string (number) missing for 90% of timeout interval. Removal of this node from cluster in number.number seconds |
CRS-01611 | Network communication with node string (number) missing for 75% of timeout interval. Removal of this node from cluster in number.number seconds |
CRS-01612 | Network communication with node string (number) missing for 50% of timeout interval. Removal of this node from cluster in number.number seconds |
CRS-01613 | No I/O has completed after 90% of the maximum interval. Voting file string will be considered not functional in number milliseconds |
CRS-01614 | No I/O has completed after 75% of the maximum interval. Voting file string will be considered not functional in number milliseconds |
CRS-01615 | No I/O has completed after 50% of the maximum interval. Voting file string will be considered not functional in number milliseconds |
CRS-01616 | The BMC device used for IPMI at IP address string is not properly configured for ADMIN access; details at string in string |
CRS-01617 | The information required to do node kill for node string is incomplete; details at string in string |
CRS-01618 | The requested node kill information change could not be validated by node string; details at string in string |
CRS-01619 | The node kill information of node string could not be validated by this node due to failure in connecting to the IPMI device; details at string in string |
CRS-01620 | The node kill information of node string could not be validated by this node due to invalid authorization information; details at string in string |
CRS-01621 | The IPMI configuration data for this node stored in the Oracle registry is incomplete; details at string in string |
CRS-01622 | The IPMI node kill information could not be validated due to inability to connect to the IPMI device at BMC IP address provided string; details at string in string |
CRS-01623 | The IPMI node kill information of BMC at IP address string could not be validated due to invalid authorization information. The BMC username provided is 'string'; details at string in string |
CRS-01624 | The requested Node kill information change succeeds vacuously because there is no other node in cluster to validate. |
CRS-01625 | Node string, number number, was manually shut down |
CRS-01626 | A Configuration change request completed successfully |
CRS-01627 | A Configuration change request failed because another configuration change is in progress; Details at string in string |
CRS-01628 | A Configuration change request failed because read of existing voting files failed; Details at string in string |
CRS-01629 | A Configuration change request failed because write to new voting files failed; Details at string in string |
CRS-01630 | A configuration change request failed because not all the new voting files were discovered; Details at string in string |
CRS-01631 | A configuration change request failed because one or more nodes are not a sufficient Clusterware version level; Details at string in string |
CRS-01632 | Node string is being removed from the cluster in cluster incarnation number |
CRS-01633 | CSSD failed to register group string in vendor clusterware; details at string in string |
CRS-01634 | CSSD is unable to determine cluster name; details at string in string |
CRS-01635 | CSSSD failed to initialize vendor clusterware; details at string in string |
CRS-01636 | The CSS daemon was started in exclusive mode but found an active CSS daemon on node string and is terminating; details at string in string |
CRS-01637 | Unable to locate configured voting file with ID string; details at string in string |
CRS-01638 | Unable to locate voting file with ID string that is being added to the list of configured voting files; details at string in string |
CRS-01639 | Rejecting configuration change number:number because another configuration change is already in progress; details at string in string |
CRS-01640 | Rejecting configuration change number:number because one or more new voting files in the new configuration could not be found; details at string in string |
CRS-01641 | Rejecting configuration change number:number because only number of the required number voting files of the new configuration were located; details at string in string |
CRS-01642 | Node number is using a different CSS configuration from the one used by this node; this node is terminating to preserve integrity; details at string in string |
CRS-01643 | Failed to format the CSS voting disk string |
CRS-01644 | The initialization of the EXADATA fencing facility failed in start with error ORA-number; details at string in string |
CRS-01645 | The initialization of the EXADATA fencing facility failed in completion with error ORA-number; details at string in string |
CRS-01646 | Creation of a EXADATA fence identifier failed with error ORA-number; details at string in string |
CRS-01647 | Initialization of a EXADATA fence failed with error ORA-number; details at string in string |
CRS-01648 | Completion of queued EXADATA fence requests failed with error ORA-number; details at string in string |
CRS-01649 | An I/O error occured for voting file: string; details at string in string. |
CRS-01650 | Configuration change number:number rejected by node number string; details at string in string |
CRS-01651 | Configuration change number:number rejected because it would make the active version of node number lower than the current setting string of this node; details at string in string |
CRS-01652 | Starting clean up of CRSD resources. |
CRS-01653 | The clean up of the CRSD resources failed. |
CRS-01654 | Clean up of CRSD resources finished successfully. |
CRS-01655 | CSSD on node string detected a problem and started to shutdown. |
CRS-01656 | The CSS daemon is terminating due to a fatal error; Details at string in string |
CRS-01657 | Unable to obtain the voting file discovery string; Details at string in string |
CRS-01658 | There is a mismatch of the initial cluster incarnation among the cluster nodes; Details at string in string |
CRS-01659 | An attempt to kill node string failed; Details at string in string |
CRS-01660 | The CSS daemon shutdown has completed |
CRS-01661 | The CSS daemon is not responding. Reboot will occur in number milliseconds; Details at string in string |
CRS-01662 | Member kill requested by node string for member number number, group string |
CRS-01663 | Member kill issued by PID string for number members, group string. Details at string in string. |
CRS-01701 | Initialization of the required component GIPC failed; details at string in string |
CRS-01702 | Initialization of the required component OLR failed; details at string in string |
CRS-01703 | Initialization of the required component GPNP failed because the GPNP server daemon is not up; details at string in string |
CRS-01704 | Initialization of the required component string failed; details at string in string |
CRS-01705 | Found number configured voting files but number voting files are required, terminating to ensure data integrity; details at string in string |
CRS-01706 | Found number of number voting files in a pending configuration change but number voting files are required, terminating to ensure data integrity; details at string in string |
CRS-01707 | Lease acquisition for node string number number completed |
CRS-01708 | Lease acquisition failed for node string because all lease slots are in use; Details at string in string |
CRS-01709 | Lease acquisition failed for node string because no voting file has been configured; Details at string in string |
CRS-01710 | Lease acquisition failed for node string because CSSD failed to access majority of voting files; Details at string in string |
CRS-01711 | Increasing the number of leases available for new nodes from number to number |
CRS-01712 | Failed to save the node number acquired for node string; Details at string in string |
CRS-01713 | CSSD daemon is started in string mode |
CRS-01714 | Unable to discover any voting files, retrying discovery in number seconds; Details at string in string |
CRS-01715 | A failure occurred in the CSS daemon during initialization; Details at string in string |
CRS-01716 | The CSS daemon cannot join the cluster because the software version string is lower than the active version string; Details at string in string |
CRS-01717 | The CSS daemon has detected a voting file add during startup and is waiting for the add to complete; Details at string in string |
CRS-01805 | Unable to connect to the CSS daemon, return code number |
CRS-01806 | An error occurred when obtaining the node number of this host, return code number |
CRS-01807 | An internal cluster configuration command failed in an OCR/OLR operation. Details at string in string. |
CRS-01809 | The cluster configuration command failed to open OCR or OLR key string. Details at string in string. |
CRS-02001 | memory allocation error when initiating the connection |
CRS-02002 | connection by user string to string refused |
CRS-02003 | error number encountered when connecting to string |
CRS-02004 | error number encountered when sending messages to string |
CRS-02005 | timed out when waiting for response from string |
CRS-02006 | error number encountered when receiving messages from string |
CRS-02007 | invalid component key name <string> used |
CRS-02008 | invalid message type <number> used |
CRS-02009 | unable to get authentication for user string |
CRS-02010 | invalid response message from string |
CRS-02011 | no response at index number in response message from string |
CRS-02012 | syntax error in command |
CRS-02101 | The OLR was formatted using version number. |
CRS-02102 | The OLR was restored from file string. |
CRS-02103 | The OLR format was downgraded to version number. |
CRS-02104 | The OLR was imported from string. |
CRS-02105 | The OLR upgrade was completed. Version has changed from number to number. Details in string. |
CRS-02106 | The OLR location string is inaccessible. Details in string. |
CRS-02112 | The OLR service started on node string. |
CRS-02114 | Failed to import Oracle Local Registry from file string |
CRS-02120 | The Oracle Local Registry has invalid contents. Details at string in string. |
CRS-02301 | GPnP: string |
CRS-02302 | Cannot get GPnP profile. Error string (string). |
CRS-02303 | GPNPD is not running on local node. |
CRS-02304 | GPnP profile signature verification failed. string request aborted. |
CRS-02305 | GPnP resource discovery (MDNSD) is not running on local node. |
CRS-02306 | GPnP service on host "string" not found. |
CRS-02310 | Fatal error: failed to initialize NZ security facility. |
CRS-02311 | Fatal error: failed to initialize Resource Discovery. RD error: string (number). Make sure RD providers installed properly. |
CRS-02312 | Fatal error: failed to initialize XDK. XDK error string (number). |
CRS-02313 | Fatal error: failed to initialize GIPC communication layer. GIPC error: string (number). |
CRS-02314 | Fatal error: cannot initialize locking subsystem. |
CRS-02315 | Fatal error: failed to initialize GPnP certkey providers. |
CRS-02316 | Fatal error: cannot initialize GPnP, string (string). |
CRS-02317 | Fatal error: cannot get local GPnP security keys (wallet). |
CRS-02318 | GPNPD is not found. |
CRS-02319 | No cluster name found in GPnP profile. |
CRS-02322 | Fatal error: Cannot get local GPnP profile. Error initializing GPnP profile cache providers. |
CRS-02323 | Error initializing one of the GPnP profile cache providers. |
CRS-02324 | Errors occurred while trying to push GPnP profile. |
CRS-02325 | Unable to get GPnP profile from requested cluster nodes. |
CRS-02326 | GPnP profile is different across cluster nodes. string. |
CRS-02327 | GPNPD already running on node string. Terminating. |
CRS-02328 | GPNPD started on node string. |
CRS-02329 | GPNPD on node string shutdown. |
CRS-02330 | GPNPD failed to start listening for GPnP peers. |
CRS-02331 | Error getting GPnP profile from "string". |
CRS-02332 | Error pushing GPnP profile to "string". |
CRS-02333 | Could not write GPnP profile to local cache. |
CRS-02334 | Could not delete pending GPnP profile from local cache. |
CRS-02335 | Could not write pending GPnP profile to local cache. |
CRS-02340 | Errors occurred while processing received gpnp message. |
CRS-02341 | GPNPD on node string shutting down on signal number. |
CRS-02342 | GPnP messaging received error : string (string). |
CRS-02401 | The Cluster Time Synchronization Service started on host string. |
CRS-02402 | The Cluster Time Synchronization Service aborted on host string. Details at string in string. |
CRS-02403 | The Cluster Time Synchronization Service on host string is in observer mode. |
CRS-02404 | The Cluster Time Synchronization Service detects that the local time is significantly different from the mean cluster time. Details in string. |
CRS-02405 | The Cluster Time Synchronization Service on host string is shutdown by user |
CRS-02406 | The Cluster Time Synchronization Service timed out on host string. Details in string. |
CRS-02407 | The new Cluster Time Synchronization Service reference node is host string. |
CRS-02408 | The clock on host string has been updated by the Cluster Time Synchronization Service to be synchronous with the mean cluster time. |
CRS-02409 | The clock on host string is not synchronous with the mean cluster time. No action has been taken as the Cluster Time Synchronization Service is running in observer mode. |
CRS-02410 | The Cluster Time Synchronization Service on host string is in active mode. |
CRS-02411 | The Cluster Time Synchronization Service will take a long time to perform time synchronization as local time is significantly different from mean cluster time. Details in string. |
CRS-02412 | The Cluster Time Synchronization Service detects that the local time is significantly different from the mean cluster time. Details in string. |
CRS-02413 | The Cluster Time Synchronization Service is unable to perform step time synchronization due to high network latency with the reference node. The local time is not significantly different from the mean cluster time. The Cluster Time Synchronization Service is entering slew time synchronization mode. |
CRS-02414 | The Cluster Time Synchronization Service is unable to perform step time synchronization due to high network latency with the reference node. The local time is significantly different from the mean cluster time. The Cluster Time Synchronization Service is aborting. |
CRS-02500 | Cannot stop resource 'string' as it is not running |
CRS-02501 | Resource 'string' is disabled |
CRS-02502 | Resource 'string' has dependency error because of resource 'string' |
CRS-02503 | Resource 'string' is in UNKNOWN state and must be stopped first |
CRS-02504 | Resource 'string' cannot be placed on any online servers that satisfy its placement policy |
CRS-02505 | Another operation is being performed on 'string'. Please retry later |
CRS-02506 | Operation on 'string' has been cancelled |
CRS-02507 | Unsupported modifier 'string' in dependency 'string' |
CRS-02508 | Incomplete specification of dependency 'string' |
CRS-02509 | Resource type 'string' used in dependency 'string' does not exist or is not registered |
CRS-02510 | Resource 'string' used in dependency 'string' does not exist or is not registered |
CRS-02511 | Attribute 'string' cannot be specified on per-X basis for resource 'string' |
CRS-02512 | Attribute format for 'string' is invalid in resource 'string' |
CRS-02513 | Attribute format for 'string' is invalid |
CRS-02514 | Dependency attribute specification 'string' is invalid in resource 'string' |
CRS-02515 | Circular dependency found for resource 'string' |
CRS-02516 | Server pool is not specified for resource 'string' |
CRS-02517 | Required attribute 'string' is not specified for resource 'string' |
CRS-02519 | Either 'string' or 'string' must be specified when 'string' is 'string' |
CRS-02520 | Invalid value 'string' for attribute 'string' |
CRS-02521 | Read-only attribute 'string' cannot be modified |
CRS-02522 | No value is specified |
CRS-02523 | Invalid characters are used when specifying the value |
CRS-02524 | Value specification may only contain 'string'/'string'/'string'/'string'/'string'/'string' |
CRS-02525 | All instances of the resource 'string' are already running; relocate is not allowed because the force option was not specified |
CRS-02526 | There are no available instances of resource 'string' to start on 'string' |
CRS-02527 | Unable to start 'string' because it has a 'string' dependency on 'string' |
CRS-02528 | Unable to place an instance of 'string' as all possible servers are occupied by the resource |
CRS-02529 | Unable to act on 'string' because that would require stopping or relocating 'string', but the force option was not specified |
CRS-02530 | Unable to stop 'string' because 'string' has a stop-time 'string' dependency on it |
CRS-02531 | Internal error while operating on 'string' |
CRS-02532 | OCR write failed for 'string' |
CRS-02533 | Server 'string' is down. Unable to perform the operation on 'string' |
CRS-02534 | Resource type 'string' is not registered |
CRS-02535 | Resource type 'string' does not have attribute 'string' and thus it cannot be updated |
CRS-02536 | Required attribute 'string' is not specified for 'string' |
CRS-02537 | Resource type 'string' cannot be extended directly; use its extensions instead |
CRS-02538 | Value for attribute 'string' is of incorrect type (string is expected) |
CRS-02539 | A resource with the name 'string' is already registered |
CRS-02540 | Value for attribute 'string' is of incorrect type (integer is expected) |
CRS-02541 | Server pool 'string' is not registered |
CRS-02542 | The tag 'string' is mentioned in both 'string' and 'string' attributes, which is conflicting |
CRS-02543 | The type is not specified for attribute 'string' |
CRS-02544 | The name 'string' is longer than the allowed maximum of 'number' characters |
CRS-02545 | Cannot operate on 'string'. string |
CRS-02546 | Server 'string' is not online |
CRS-02547 | Update of an internal or read-only attribute 'string' for resource 'string' is not allowed |
CRS-02548 | A cyclical dependency on 'string' is detected from 'string' |
CRS-02549 | Resource 'string' cannot be placed on 'string' as it is not a valid candidate as per the placement policy |
CRS-02550 | Resource 'string' cannot be failed-over because it has other non-OFFLINE instances on the server 'string' |
CRS-02551 | Resource 'string' cannot be failed-over because it is of type 'string', which cannot relocate |
CRS-02552 | There are no available instances of resource 'string' to start. |
CRS-02553 | Server pool 'string' cannot be unregistered as it does not exist |
CRS-02554 | Server pool 'string' cannot be unregistered as it is referenced by resource 'string' |
CRS-02555 | Resource 'string' cannot be relocated as it is a local resource |
CRS-02556 | Resource 'string' cannot be restored to its original state after a failed relocate attempt |
CRS-02557 | Server pool 'string' cannot be unregistered as it is referenced by server pool 'string' |
CRS-02558 | Resource type 'string' may not be unregistered as there are types that are based on it. |
CRS-02559 | Resource type 'string' may not be unregistered as it has the following resources:string |
CRS-02560 | Resource type 'string' does not exist |
CRS-02561 | Resource type 'string' may not be unregistered as it is referenced by resource 'string' |
CRS-02562 | Resource 'string' cannot be relocated as it is not running |
CRS-02563 | Attempt to start resource 'string' on 'string' has failed. Will re-retry on 'string' now. |
CRS-02564 | Failed to relocate resource 'string'. Will attempt to restore it on 'string' now. |
CRS-02565 | Attempt to relocate resource 'string' to 'string' has failed. Will re-retry on 'string' now. |
CRS-02566 | User 'string' does not have sufficient permissions to operate on resource 'string', which is part of the dependency specification. |
CRS-02567 | Error while parsing the default value for attribute 'string' |
CRS-02568 | Base resource type name 'string' does not exist |
CRS-02569 | Unsupported value type is used in attribute 'string' |
CRS-02570 | Internal Error: Number of objects 'number' is different from number of lists 'number' |
CRS-02571 | Dependency kind 'string' is specified more than once for resource 'string' |
CRS-02572 | 'string' is not a supported Special Value |
CRS-02573 | ACL entry for owner field is missing. |
CRS-02574 | ACL entry for primary group field is missing. |
CRS-02575 | ACL entry for users other than the owner and those belonging to primary group is missing. |
CRS-02576 | User 'string' is not a member of group 'string' |
CRS-02577 | Use of 'string' in attributes and values is not allowed |
CRS-02578 | Value of 'string' (number) may not be greater than that of 'string' (number) |
CRS-02579 | Value 'number' may not be less than 'number' |
CRS-02580 | Value 'number' is neither 'number' nor 'number' |
CRS-02581 | Value 'string' is not any of the following 'string', 'string', 'string' |
CRS-02582 | d|m|w|h] |
CRS-02583 | Value 'number' must be in the 'number' - 'number' range |
CRS-02584 | Value 'string' is not allowed here |
CRS-02585 | Deletion of built-in resource types is not allowed |
CRS-02586 | Deletion of a running resource 'string' requires the force option |
CRS-02587 | Attribute 'string' is internal and thus may not be overridden in type 'string' |
CRS-02588 | A cyclical dependency on 'string' is detected from 'string' via type 'string' |
CRS-02589 | Relation modifier 'string' is invalid for relation kind 'string' |
CRS-02590 | A resource name may not be empty or contain spaces |
CRS-02591 | A server pool name may not be empty or contain spaces |
CRS-02592 | A type name may not be empty or contain spaces |
CRS-02593 | Comparator value 'string' in the filter specification is not supported |
CRS-02594 | Filter specification 'string' is invalid |
CRS-02595 | Server pool 'string' has already been registered |
CRS-02596 | Modifications to the 'string' attribute of server pools are not supported |
CRS-02597 | Server 'string' may not be moved to pool 'string' |
CRS-02598 | Server pool 'string' is already at its maximum size of 'number' |
CRS-02599 | Server 'string' is not in a parent pool of 'string' |
CRS-02600 | Server 'string' is already in another top-level server pool |
CRS-02601 | Server 'string' is not explicitly mentioned as a candidate by server pool 'string' |
CRS-02602 | Server 'string' is in server pool 'string' which is exclusive with server pool 'string' |
CRS-02603 | Server 'string' cannot be assigned to server pool 'string' because it is not a top-level pool |
CRS-02604 | Server 'string' is already assigned to server pool 'string' |
CRS-02605 | Server 'string' may not be relocated from server pool 'string' as the pool disallows transfers |
CRS-02606 | Server 'string' may not be relocated from server pool 'string' because it is not above its minimum size |
CRS-02607 | Attribute 'string' has not been specified on per-X basis for resource 'string' |
CRS-02608 | Attribute 'string' is not a per-X value and cannot be removed |
CRS-02609 | Server 'string' may not be relocated to server pool 'string' as the pool disallows transfers |
CRS-02610 | Server 'string' is unavailable |
CRS-02611 | Server pool 'string' is built-in and may not be deleted |
CRS-02612 | Server pools do not have attribute named 'string' |
CRS-02613 | Could not find resource 'string'. |
CRS-02614 | Could not find resource type 'string'. |
CRS-02615 | Could not find server pool 'string'. |
CRS-02616 | The owner of resource type 'string' does not have sufficient permissions to operate on resource type 'string', from which it is directly or indirectly derived. |
CRS-02617 | Incorrect value of attribute flags has been specified for attribute string. Only READONLY flag can be changed for a type attribute. |
CRS-02618 | Cannot change data type string of existing attribute string to type string. |
CRS-02619 | Server pool 'string' may not be edited |
CRS-02620 | Attribute 'string' of server pool 'string' may not be edited |
CRS-02621 | Server 'string' is assigned to 'string' to which you have no permission. The operation is not authorized. |
CRS-02622 | Server 'string' is not assigned to any server pool and thus may only be specified by a cluster administrator |
CRS-02623 | Server pool 'string' cannot accept server 'string' because its name is not specified in 'string' |
CRS-02624 | One of 'string', 'string' must be specified when 'string' is 'string' |
CRS-02625 | Owner of resource 'string' does not have execute permission to pool 'string' and may not use it |
CRS-02626 | Owner of server pool 'string' does not have execute permission to parent server pool 'string' |
CRS-02627 | You must have execute permission on pool 'string' to relocate server 'string' |
CRS-02628 | Server pool 'string' may not be a parent of itself |
CRS-02629 | Only cluster administrators are allowed to create top-level server pools |
CRS-02630 | Only cluster administrators are allowed to create local resources |
CRS-02631 | Only cluster administrators are allowed to create cluster resources that may run anywhere in the cluster |
CRS-02632 | There are no more servers to try to place resource 'string' on that would satisfy its placement policy |
CRS-02640 | Required resource 'string' is missing. |
CRS-02641 | The value of 'string' cannot override that defined in the resource's type: 'string' |
CRS-02642 | Relocate resource is not a valid command for this configuration |
CRS-02643 | The server pool(s) where resource 'string' could run have no servers |
CRS-02644 | No hosting members of 'string' are either online or are allowed to be used by the resource |
CRS-02645 | Cannot create resources of type 'string' |
CRS-02646 | 'string' must have a default value if specified |
CRS-02647 | Attribute 'string' may not be a negative value |
CRS-02649 | Attribute 'string' of 'string' is internally managed and may not be specified |
CRS-02650 | Resource 'string' is configured to run only on 'string' and cannot be started on 'string' |
CRS-02651 | Resource alias 'string' must use special values to be unique for each server |
CRS-02652 | string is a resource and only resource instances can be relocated. |
CRS-02653 | Special value evaluation must be associated with a resource instance |
CRS-02660 | Resource 'string' or all of its instances are disabled |
CRS-02661 | All instances of resource 'string' are disabled |
CRS-02662 | Resource 'string' is disabled on server 'string' |
CRS-02663 | Resource instance of 'string' with string=number, string=number is disabled |
CRS-02664 | Resource 'string' is already running on 'string' |
CRS-02665 | Resource 'string' is disabled on 'string' |
CRS-02666 | Resource 'string' is disabled on 'string' and is already running on 'string' |
CRS-02667 | Resource 'string' with string=string may only run on servers assigned to string and string, both of which are empty |
CRS-02668 | The value of attribute 'string' (number) may not not be above 'number' |
CRS-02669 | The value is out of range. Maximum allowed value is 'number' |
CRS-02670 | Unable to start/relocate 'string' because 'string' has a stop-time 'string' dependency on it |
CRS-02671 | Error processing attribute 'string': string |
CRS-02672 | Attempting to start 'string' on 'string' |
CRS-02673 | Attempting to stop 'string' on 'string' |
CRS-02674 | Start of 'string' on 'string' failed |
CRS-02675 | Stop of 'string' on 'string' failed |
CRS-02676 | Start of 'string' on 'string' succeeded |
CRS-02677 | Stop of 'string' on 'string' succeeded |
CRS-02678 | 'string' on 'string' has experienced an unrecoverable failure |
CRS-02679 | Attempting to clean 'string' on 'string' |
CRS-02680 | Clean of 'string' on 'string' failed |
CRS-02681 | Clean of 'string' on 'string' succeeded |
CRS-02682 | It is locked by 'string' for command 'string' issued from 'string' |
CRS-02683 | It is locked by 'string' for command 'string' |
CRS-02714 | 'string' is specified multiple times in 'string' of 'string' |
CRS-02715 | Update to attribute AGENT_FILENAME is not currently supported. Please recreate the resource type with new value. |
CRS-02716 | Failure threshold exhausted for resource 'string' |
CRS-02717 | Server 'string' is not in any of the server pool(s) hosting resource 'string' |
CRS-02718 | Server 'string' is not a hosting member of resource 'string' |
CRS-02719 | Resource 'string' may not be started on server 'string' because the server is not in either 'string' or 'string' server pools |
CRS-02720 | 'string' is a resource alias for 'string' and cannot be updated |
CRS-02721 | 'string' is a resource alias for 'string' and cannot be unregistered |
CRS-02722 | The instance of resource 'string' may only run on 'string'; check on 'string' is unnecessary |
CRS-02723 | No instance of resource 'string' found on 'string' |
CRS-02724 | Modifications to the built-in resource type 'string' are not allowed |
CRS-02725 | User string does not have permission to operate on resource string. |
CRS-02726 | Invalid permissions specified for access control. |
CRS-02727 | Acl entry 'string' has been specified more than once. |
CRS-02728 | A resource type with the name 'string' is already registered |
CRS-02729 | Attribute 'string' cannot be overridden for a resource type |
CRS-02730 | Resource 'string' depends on resource 'string' |
CRS-02731 | Resource 'string' is already running on server 'string' |
CRS-02732 | Resource 'string' is already starting on server 'string' |
CRS-02733 | Failed to stop all required resources on 'string'; the server will be restored into the original server pool(s) |
CRS-02734 | Failed to stop all required resources on 'string'; the server will stay in RECONFIGURING state |
CRS-02735 | The operation requires relocating resource 'string' from server 'string' |
CRS-02736 | The operation requires stopping resource 'string' on server 'string' |
CRS-02737 | Unable to register server pool 'string' as this will affect running resources, but the force option was not specified |
CRS-02738 | Unable to modify server pool 'string' as this will affect running resources, but the force option was not specified |
CRS-02739 | Unable to relocate server 'string' as this will affect running resources, but the force option was not specified |
CRS-02740 | Failed to relocate server 'string' to server pool 'string'. The server has been restored to original server pool(s). |
CRS-02741 | A value must be specified for attribute 'string' |
CRS-02742 | The update of resource 'string' would lose track of one or more running instances |
CRS-02743 | Unable to register resource 'string' as this will affect running resources, but the force option was not specified |
CRS-02744 | Unable to modify resource 'string' as this will affect running resources, but the force option was not specified |
CRS-02745 | Unable to relocate server string because it results in violation of a pool string constraint |
CRS-02746 | Cannot act on the instance of resource 'string' which is last known to have run on 'string' where Cluster Ready Services are not properly functioning |
CRS-02747 | Server reconfiguration has failed to stop resources 'string' on server 'string'. Resources that did not stop must be stopped or unregistered manually. Details at string in string. |
CRS-02748 | Failed to stop resource 'string' during server reconfiguration on server 'string'. |
CRS-02749 | A write of OCR server data 'string' failed. Details at string in string. |
CRS-02750 | Cardinality violation detected on server 'string', resource 'string' is in unexpected state. Details at string in string. |
CRS-02751 | Cannot create new resource, the resource type 'string' is not supported. Details at string in string. |
CRS-02752 | Unable to write event sequence number to OCR. Details at string in string. |
CRS-02753 | Timed out waiting for the server pools to be unfrozen. |
CRS-02754 | Unable to change locks for a running operation 'string'. Details at string in string. |
CRS-02755 | Error reading type definition for type 'string'. Details at string in string. |
CRS-02756 | Invalid tag for command 'string'. Details at string in string. |
CRS-02757 | Command 'string' timed out waiting for response from the resource 'string'. Details at string in string. |
CRS-02758 | Resource 'string' is in an unknown state. |
CRS-02759 | Failed to read repository key for NLS language 'string'. Details at string in string. |
CRS-02760 | Policy engine failed to initialize internal types. Details at string in string. |
CRS-02761 | Consistency problem in registry while processing resource 'string'. Details at string in string. |
CRS-02762 | Unable to find type 'string' in registry while processing resource 'string'. Details at string in string. |
CRS-02763 | Error while reading resources. Details at string in string. |
CRS-02764 | CRSADMIN and CRSUSER keys are not in repository. Details at string in string. |
CRS-02765 | Resource 'string' has failed on server 'string'. |
CRS-02766 | Received state change for disabled resource 'string' from server 'string'. |
CRS-02767 | Resource state recovery not attempted for 'string' as its target state is OFFLINE |
CRS-02768 | Failure threshold exhausted by resource 'string'. |
CRS-02769 | Unable to failover resource 'string'. |
CRS-02770 | Resource target 'string' is offline; will not restart. |
CRS-02771 | Maximum restart attempts reached for resource 'string'; will not restart. |
CRS-02772 | Server 'string' has been assigned to pool 'string'. |
CRS-02773 | Server 'string' has been removed from pool 'string'. |
CRS-02774 | Failed to save resource 'string' to the repository. Details at string in string. |
CRS-02775 | Failed to update resource 'string'. Details at string in string. |
CRS-02776 | Failed to update server pool 'string'. Details at string in string. |
CRS-02777 | Failed to delete resource 'string' from repository. Details at string in string. |
CRS-02778 | Failed to delete server pool 'string' from repository. Details at string in string. |
CRS-02779 | Failed to delete type 'string' from repository. Details at string in string. |
CRS-02780 | Could not find Access Control List for resource 'string'. Details at string in string. |
CRS-02781 | Error during registration for resource 'string'. Details at string in string. |
CRS-02782 | Unable to find attributes for resource 'string'. Details at string in string. |
CRS-02783 | Internal error in local placement policy for resource 'string'. Details at string in string. |
CRS-02784 | Internal error, invalid server 'string' in local placement policy. Details at string in string. |
CRS-02785 | Failed to register resource 'string'. Details at string in string. |
CRS-02786 | Failed to register server pool 'string'. Details at string in string. |
CRS-02787 | Server pool 'string' has fallen below its minimum size. Details at string in string. |
CRS-02788 | Server reconfiguration failed to stop resources 'string'. The server 'string' has been restored into the original pool(s). |
CRS-02789 | Cannot stop resource 'string' as it is not running on server 'string' |
CRS-02790 | Starting shutdown of Cluster Ready Services-managed resources on 'string' |
CRS-02791 | Starting shutdown of Oracle High Availability Services-managed resources on 'string' |
CRS-02792 | Shutdown of Cluster Ready Services-managed resources on 'string' has completed |
CRS-02793 | Shutdown of Oracle High Availability Services-managed resources on 'string' has completed |
CRS-02794 | Shutdown of Cluster Ready Services-managed resources on 'string' has failed |
CRS-02795 | Shutdown of Oracle High Availability Services-managed resources on 'string' has failed |
CRS-02796 | The command may not proceed when Cluster Ready Services is not running |
CRS-02797 | Shutdown is already in progress for 'string', waiting for it to complete |
CRS-02798 | State change received for resource 'string' from unexpected server 'string'. Details at 'string' in 'string'. |
CRS-02799 | Failed to shut down resource 'string' on 'string' |
CRS-02800 | Cannot start resource 'string' as it is already in the INTERMEDIATE state on server 'string' |
CRS-02801 | No instance of the resource 'string' should be running |
CRS-02802 | Purging events not published within 15 minutes |
CRS-02803 | Attribute 'string' has already been declared in a derived type 'string' |
CRS-02805 | Unable to start 'string' because it has a 'string' dependency on resource type 'string' and no resource of that type can satisfy the dependency |
CRS-02806 | Failed to create stop operation for resource 'string' |
CRS-02807 | Resource 'string' failed to start automatically. |
CRS-02847 | Authorization failure: operating system user 'string' does not exist on server 'string' |
CRS-02848 | Error while reading resources: Resource: 'string' . Error: string. Details at string in string. |
CRS-02849 | Authorization failure: Resource 'string' |
CRS-02878 | Failed to restart resource 'string' |
CRS-02879 | Cannot update the ALERT_TEMPLATE attribute, because the input is not valid |
CRS-02907 | Resource 'string' is not completely configured and cannot be operated upon. |
CRS-04000 | Command string failed, or completed with errors. |
CRS-04016 | Key 'string' is missing in the OCR. |
CRS-04017 | Failed to get the value for key 'string' from OCR. |
CRS-04038 | Cannot delete invalid user 'string' from CRS Admin list. |
CRS-04044 | CRS Administrator List: string |
CRS-04046 | Invalid Oracle Clusterware configuration. |
CRS-04047 | No Oracle Clusterware components configured. |
CRS-04200 | Failed to initialize a security context during wallet IPMI credentials creation. |
CRS-04201 | Hash context initialization failure during wallet IPMI credentials creation |
CRS-04202 | String hashing failed during wallet credentials creation |
CRS-04203 | Hashing creation error during wallet credentials creation |
CRS-04204 | Failed to initialize the IPMI credentials wallet: string |
CRS-04205 | Failed to open the IPMI credentials wallet. The wallet does not exist. |
CRS-04206 | Error reading IPMI credentials wallet: 'string' |
CRS-04207 | Error writing IPMI credentials wallet: 'string' |
CRS-04208 | Unexpected error encountered during lookup of IPMI credentials in the wallet |
CRS-04209 | IPMI credentials not contained in the wallet |
CRS-04210 | Failed to obtain the length of IPMI credentials while accessing the wallet. |
CRS-04211 | Failed to allocate memory |
CRS-04212 | Failed to obtain the secret from the wallet. |
CRS-04213 | Secret from wallet has incorrect size |
CRS-04214 | crsctl string and string wallet versions of IPMI do not match. |
CRS-04215 | Wallet secret encoding error |
CRS-04216 | Unexpected error configuring the wallet contents |
CRS-04217 | Unexpected error saving IPMI credentials wallet: string |
CRS-04218 | Unable to access an IPMI device on this system |
CRS-04219 | Failed to open the wallet. User must be the creator of the wallet: string |
CRS-04221 | Must specify a password |
CRS-04222 | Supplied password was greater than number bytes |
CRS-04223 | Username is greater than number bytes |
CRS-04224 | Unable to communicate with the Cluster Synchronization Services daemon to update IPMI values. |
CRS-04225 | Unexpected authorization error while creating the IPMI credentials wallet: string |
CRS-04226 | Unexpected authorization error while saving the IPMI credentials wallet: string |
CRS-04227 | Configuration data stored but IPMI IP address is required to complete the change. The change cannot be validated until the information is complete. |
CRS-04228 | Value of attribute 'string' is missing |
CRS-04229 | The IPMI information change was successful |
CRS-04230 | A device was found where the IPMI device should be, but the device is not an IPMI device |
CRS-04231 | IPMI device and/or driver found |
CRS-04232 | Configuration data stored but IPMI authorization information is required to complete the change. The change cannot be validated until the information is complete. |
CRS-04233 | New IPMI configuration data stored, but failed validation by remote node. |
CRS-04234 | IPMI configuration unset and registry entries deleted. |
CRS-04235 | Failed to delete the IPMI configuration from the Oracle Registry: 'string' |
CRS-04236 | Oracle Clusterware configured to use IPMI |
CRS-04237 | Oracle Clusterware is not fully configured to use IPMI |
CRS-04251 | Failed to change the discovery string |
CRS-04252 | Failed to update the profile with the new discovery string |
CRS-04253 | The discovery string can not be changed because the voting files are on ASM |
CRS-04254 | The discovery string has already been set to this value |
CRS-04255 | Not able to find the current configured voting files with the provided discovery string |
CRS-04256 | Updating the profile |
CRS-04257 | Voting file discovery string successfully replaced |
CRS-04258 | Addition and deletion of voting files are not allowed because the voting files are on ASM |
CRS-04259 | Only one ASM diskgroup may be specified |
CRS-04260 | Voting file string is already configured |
CRS-04261 | Diskgroup string is already configured with voting files |
CRS-04262 | Failure when retrieving information from the GPnP profile |
CRS-04263 | This operation is not allowed |
CRS-04264 | The operation could not be validated |
CRS-04265 | The operation cannot be performed because the profile is busy with another operation |
CRS-04266 | Voting file(s) successfully replaced |
CRS-04267 | Error while updating the profile with ASM discovery string |
CRS-04268 | '-name' option is supported only with APPQOSDB type wallets |
CRS-04269 | Successful get priority number string for Cluster Synchronization Services. |
CRS-04402 | The CSS daemon was started in exclusive mode but found an active CSS daemon on node string, number string, and is terminating |
CRS-04404 | The following nodes did not reply within the allotted time: string |
CRS-04405 | The following nodes are unknown to Oracle High Availability Services: string |
CRS-04481 | Unable to spawn a process. |
CRS-04482 | A child process terminated abnormally. |
CRS-04602 | Failed number to add voting file string. |
CRS-04608 | Failure number with Cluster Synchronization Services while deleting voting disk. |
CRS-04615 | Failure number in clsvswversion for node string |
CRS-04625 | Failure to allocate number bytes for username. |
CRS-04626 | The requested setting must be between number and number. |
CRS-04627 | Unable to lock the configuration before making changes. number |
CRS-04628 | Change to configuration failed, but was successfully rolled back. |
CRS-04629 | Unable number to mark unformat information on voting file string |
CRS-04630 | Unable to apply correct permissions to new voting file string. |
CRS-04631 | Unable number to undo initialization of voting file. |
CRS-04632 | Unable number to roll back OCR settings for voting file. |
CRS-04633 | This could take several minutes. |
CRS-04634 | Retrying stop resources. |
CRS-04635 | Internal error 'number' while attempting to send shutdown request |
CRS-04636 | Failure number in clsvrelversion |
CRS-04637 | Oracle High Availability Services release version on the local node is [string] |
CRS-04651 | No resources found on server 'string'. |
CRS-04652 | Failure number in clsvswversion for the local node |
CRS-04653 | Server name 'string' contains invalid characters. |
CRS-04654 | Server 'string' could not be found. |
CRS-04655 | Resource 'string' could not be found. |
CRS-04656 | Resource 'string' is not running on server 'string'. |
CRS-04657 | Source and destination servers are the same. |
CRS-04658 | The clusterware stack on node string is not completely down. |
CRS-04659 | Error while trying to unpin node string. |
CRS-04660 | Could not find node string to delete. |
CRS-04661 | Node string successfully deleted. |
CRS-04662 | Error while trying to delete node string. |
CRS-04663 | Could not find node string to pin. |
CRS-04664 | Node string successfully pinned. |
CRS-04665 | Error while trying to pin node string. |
CRS-04666 | Could not find node string to unpin. |
CRS-04667 | Node string successfully unpinned. |
CRS-04668 | This ASM diskgroup does not contain voting disks to be deleted |
CRS-04669 | Failed to set parameter string to number due to conflicting parameter string; the new value for string must be less than number. |
CRS-04670 | Failed to unset parameter string due to conflicting parameter string currently set to number. |
CRS-04671 | This command is not supported for ASM diskgroups. |
CRS-04672 | Successfully backed up the Voting File for Cluster Synchronization Service. |
CRS-04673 | Oracle High Availability Services version on the local node is [string] |
CRS-04674 | Cannot add invalid user 'string' to CRS Admin list. |
CRS-04675 | Failed to get logfilesize for Cluster Synchronization Services. |
CRS-04676 | Successful get logfilesize number for Cluster Synchronization Services. |
CRS-04677 | Failed to get string for Cluster Synchronization Services. |
CRS-04678 | Successful get string number for Cluster Synchronization Services. |
CRS-04679 | Failed to unset logfilesize for Cluster Synchronization Services. |
CRS-04680 | Successful unset logfilesize for Cluster Synchronization Services. |
CRS-04681 | Failed to unset priority for Cluster Synchronization Services. |
CRS-04682 | Successful unset priority for Cluster Synchronization Services. |
CRS-04683 | Failed to set parameter string to number for Cluster Synchronization Services. |
CRS-04684 | Successful set of parameter string to number for Cluster Synchronization Services. |
CRS-04685 | Failed to set logfilesize number for Cluster Synchronization Services. |
CRS-04686 | Successful set logfilesize number for Cluster Synchronization Services. |
CRS-04687 | Shutdown command has completed with errors. |
CRS-04688 | Oracle Clusterware is already stopped on server 'string' |
CRS-04689 | Oracle Clusterware is already stopped |
CRS-04690 | Oracle Clusterware is already running on 'string' |
CRS-04691 | Oracle Clusterware is already running |
CRS-04692 | Cluster Ready Services is online in exclusive mode |
CRS-04693 | Failed to back up the voting file for Cluster Synchronization Service. |
CRS-04694 | Number of voting files cannot exceed number. Failed to add voting files. |
CRS-04695 | Voting disk addition failed because this disk string is a duplicate of an existing voting disk with matching File Universal ID string. |
CRS-04696 | Failed to set parameter string to number due to conflicting parameter string; the new value for string must be greater than number. |
CRS-04697 | This command must be executed by Operating System user 'string'. |
CRS-04700 | The Cluster Time Synchronization Service is in Observer mode. |
CRS-04701 | The Cluster Time Synchronization Service is in Active mode. |
CRS-04703 | The Cluster Time Synchronization Service is Offline. |
CRS-04704 | Shutdown of Clusterware failed on node string. |
CRS-04705 | Start of Clusterware failed on node string. |
CRS-04730 | Command aborted due to an internal error |
CRS-04731 | Specified file string could not be created. |
CRS-04732 | Could not be open file string. |
CRS-04733 | File string does not exist. |
CRS-04734 | Filename was not specified. |
CRS-04735 | Expected OCR key does not exist |
CRS-04736 | Operation on OCR key failed |
CRS-04737 | Failed to allocate number bytes of memory |
CRS-04738 | Size of file string is too large |
CRS-04739 | Could not close file string |
CRS-04740 | I/O operation on file string failed. |
CRS-04741 | Insufficient permissions on OCR key |
CRS-04742 | OCR updated with contents of string (New = number, Old = number bytes) |
CRS-04743 | File string was updated from OCR(Size: number(New), number(Old) bytes) |
CRS-04922 | string module: string ignored; module level out of bounds (range 0 - 65535) |
CRS-04923 | string module: string ignored; module level is invalid (range 0 - 65535) |
CRS-04925 | 'all' module keyword was specified with other module names |
CRS-04980 | Duplicate value string specified for resource attribute string |
CRS-04981 | Duplicate value string specified for type attribute keyword string |
CRS-04982 | Valid type attribute keyword string specified outside a type attribute |
CRS-04983 | Invalid type attribute keyword string specified |
CRS-04984 | Duplicate definition for type attribute string |
CRS-05000 | Expected resource string does not exist in agent process |
CRS-05001 | Expected dependency in resource string on a resource of type string does not exist |
CRS-05002 | Agent action was aborted |
CRS-05003 | Invalid attribute value: 'string' for attribute string |
CRS-05004 | Cannot find listener endpoint for listener string |
CRS-05005 | IP Address: string is already in use in the network |
CRS-05006 | Unable to automatically select a network interface which has subnet mask string and subnet number string |
CRS-05007 | Cannot remove the primary IP string from the network interface |
CRS-05008 | Invalid attribute value: string for the network interface |
CRS-05009 | The VIP address string does not belong to the subnet string |
CRS-05010 | Update of configuration file "string" failed: details at "string" in "string" |
CRS-05011 | Check of resource "string" failed: details at "string" in "string" |
CRS-05012 | Check of service resource "string" failed: details at "string" in "string" |
CRS-05013 | Agent "string" failed to start process "string" for action "string": details at "string" in "string" |
CRS-05014 | Agent "string" timed out starting process "string" for action "string": details at "string" in "string" |
CRS-05015 | Agent timed out waiting for a response from the DHCP server |
CRS-05016 | Process "string" spawned by agent "string" for action "string" failed: details at "string" in "string" |
CRS-05017 | The resource action "string string" encountered the following error: string. For details refer to "string" in "string". |
CRS-05018 | string Removed unused HAIP route: string / string / string / string |
CRS-05019 | All OCR locations are on ASM disk groups [string], and none of these disk groups are mounted. Details are at "string" in "string". |
CRS-05020 | Not all endpoints are registered for listener string |
CRS-05021 | Check of storage failed: details at "string" in "string" |
CRS-05022 | Stop of resource "string" failed: current state is "string" |
CRS-05023 | Failed to unmount file system "string"; details at "string" in "string" |
CRS-05024 | Unmounting file system "string" |
CRS-05025 | File system "string" unmounted |
CRS-05026 | Failed to clean mount point "string"; details at "string" in "string" |
CRS-05027 | Agent failed to initialize ARP devices required for starting the HAIP resource |
CRS-05501 | Unable to connect to eONS server on port number |
CRS-05502 | Invalid event template string |
CRS-05503 | Error creating the eONS subscriber |
CRS-05504 | Node down event reported for node 'string'. |
CRS-05601 | MDNS: string |
CRS-05602 | mDNS service stopping by request. |
CRS-05705 | Failed to get required resources |
CRS-05706 | No more members to consider |
CRS-05707 | Failed after successful dependency consideration |
CRS-05709 | Resource 'string' is already running on member 'string' |
CRS-05801 | Agent path is null or does not resemble a filesystem path |
CRS-05802 | Unable to start the agent process |
CRS-05805 | Missing the required action callback in agent |
CRS-05809 | Failed to execute 'string' value of 'string' for 'string'. Error information 'string', Category : number, OS error : number |
CRS-05810 | Attempt to add a duplicate resource 'string'. Details at string in string. |
CRS-05811 | Failed to read ORA_CRS_HOME from environment. Details at string in string. |
CRS-05812 | Could not get local hostname. Details at string in string. |
CRS-05813 | Could not change directory to 'string'. Details at string in string. |
CRS-05814 | Agent 'string' started with invalid arguments. Details at string in string. |
CRS-05815 | Agent 'string' could not find any base type entry points for type 'string'. Details at string in string. |
CRS-05816 | Agent 'string' could not start implicit monitoring for resource 'string'. Details at string in string. |
CRS-05817 | Caught exception from user code for command 'string'. Details at string in string. |
CRS-05818 | Aborted command 'string' for resource 'string'. Details at string in string. |
CRS-05819 | Could not abort command 'string' for resource 'string'. Details at string in string. |
CRS-05820 | Agent 'string' failed to initialize server process address. Details at string in string. |
CRS-05821 | Agent 'string' is started with wrong user 'string'. Details at string in string. |
CRS-05822 | Agent 'string' disconnected from server. Details at string in string. |
CRS-05823 | Could not initialize agent framework. Details at string in string. |
CRS-05824 | Could not initialize server connect string 'string'. Details at string in string. |
CRS-05825 | Agent 'string' is unresponsive and will be restarted. Details at string in string. |
CRS-05826 | Agent 'string' could not read environment variable 'string'. Details at string in string. |
CRS-05827 | Could not find information for resource 'string'. Details at string in string. |
CRS-05828 | Could not start agent 'string'. Details at string in string. |
CRS-05829 | Failed to get definition for resource 'string'. Details at string in string. |
CRS-05830 | Invalid path 'string' found for agent filename. Details at string in string. |
CRS-05831 | Agent 'string' has exceeded maximum failures and has been disabled. Details at string in string. |
CRS-05832 | Agent 'string' was unable to process commands. Details at string in string. |
CRS-05833 | Cleaning resource 'string' failed as part of reboot-less node fencing |
CRS-05837 | Unable to open environment file 'string'. |
CRS-05838 | Syntax error in environment file 'string'. |
CRS-06001 | User does not have permission to start CRSD. |
CRS-06007 | Could not communicate with Event Manager. |
CRS-06015 | Oracle Clusterware has experienced an internal error. Details at string in string. |
CRS-06021 | Could not set system resource limits for Clusterware: "ulimit -string string". |
CRS-08000 | unable to obtain local host name for reboot advisory log file scan |
CRS-08001 | an error occurred accessing reboot advisory log file location: string |
CRS-08002 | an error occurred searching reboot advisory log file location: string |
CRS-08003 | reboot advisory log file: string is unexpectedly empty |
CRS-08004 | an error occurred reading reboot advisory log file: string |
CRS-08005 | an error occurred closing reboot advisory log file: string |
CRS-08006 | an error occurred opening reboot advisory log file: string |
CRS-08007 | an error occurred closing reboot advisory log file location: string |
CRS-08008 | string |
CRS-08009 | reboot advisory log file: string contains invalid data (length number, error code number) |
CRS-08010 | invalid network reboot advisory message detected (length number, error code number) |
CRS-08011 | reboot advisory message from host: string, component: string, with time stamp: string |
CRS-08012 | reboot advisory message from a higher Oracle Clusterware version detected |
CRS-08013 | reboot advisory message text: string |
CRS-08014 | reboot advisory binary data (number bytesstring) follows: |
CRS-08015 | number string |
CRS-08016 | an error occurred determining the location for reboot advisory log files |
CRS-08017 | location: string has number reboot advisory log files, number were announced and number errors occurred |
CRS-08018 | warning: missing cluster identity data for reboot advisory message validation |
CRS-08019 | warning generated by the initialization of the reboot advisory in the CSS agent, string |
CRS-08020 | error generated by the initialization of the reboot advisory in the CSS agent, string |
CRS-09000 | Failed to allocate memory. |
CRS-09001 | Internal Error |
CRS-09004 | Error reading from standard input |
CRS-09005 | Quoted string not ended |
CRS-09008 | Unknown verb string |
CRS-09009 | Error string: Parsing error. Invalid arguments given. |
CRS-09010 | Error string: mandatory data not supplied |
CRS-09011 | Error string: Failed to initialize connection to the Cluster Logger Service |
CRS-09012 | Error string: Error sending query to the Cluster Logger Service |
CRS-09013 | Error string: Invalid data received from the Cluster Logger Service |
CRS-09014 | Error: Corrupt reply from the Cluster Logger Service |
CRS-09017 | Error: Invalid or unknown reply received from the Cluster Logger Service |
CRS-09018 | Error string: No arguments supplied |
CRS-09019 | Error string: No parameter string supported |
CRS-09020 | Error string: No master node name given |
CRS-09021 | Error string: Invalid or no start time given |
CRS-09022 | Error string: Invalid or no end time given |
CRS-09023 | Error string: Time not given or in wrong format or invalid |
CRS-09024 | Error string: No node name given |
CRS-09025 | Error string: No disk ID name given |
CRS-09026 | Error string: No parameter given |
CRS-09027 | Error string: Parameter string is not supported with this verb |
CRS-09028 | Error string: No NIC ID given |
CRS-09029 | Error string: No PID given |
CRS-09030 | Error string: No region given |
CRS-09031 | Argument string not supported with this verb string. -h for help. |
CRS-09032 | Invalid hour given in the time argument |
CRS-09033 | Invalid minutes given in the time argument |
CRS-09034 | Invalid seconds given in the time argument |
CRS-09035 | Arguments not in proper format, or invalid arguments |
CRS-09036 | Invalid Cluster Health Monitor repository size given |
CRS-09037 | string Error: Node name not given. -disk, -nic and -proc need node name |
CRS-09038 | Error: -s and -e need to be specified together |
CRS-09039 | Error string: -i is not allowed with the range query |
CRS-09040 | Error string: Band value not given or incorrect |
CRS-09041 | Error string: The -repos argument was specified without an option. |
CRS-09042 | Error string: No size given with resize |
CRS-09043 | Error string: Non-numeric or invalid value for size: string |
CRS-09044 | No key specified with -getkey |
CRS-09045 | No key given for -get |
CRS-09046 | Invalid key given |
CRS-09047 | Error string: Error Dumping Log (return code:number ) for node string |
CRS-09048 | Error string: No data received from the Cluster Logger Service after number attempts |
CRS-09049 | Error string: Cannot get environment variable CRFHOME |
CRS-09050 | Error string: Too many host names |
CRS-09051 | Error string: Invalid interval size given |
CRS-09052 | Error string: string control not supported |
CRS-09053 | Key:value pair missing |
CRS-09054 | Incomplete or invalid parameters string |
CRS-09055 | module:level given in invalid format or invalid value |
CRS-09056 | Error string: Invalid Cluster Health Monitor repository location given |
CRS-09057 | Error string: No response received from the Cluster Logger Service |
CRS-09058 | Error string: Changing log level failed due to authentication failure |
CRS-09059 | Error string: Changing log level failed due to connection failure |
CRS-09060 | Error string: Unable to send message due to memory allocation failure |
CRS-09061 | Error string: Changing log level failed due to response time-out |
CRS-09062 | Error string: Error in changing log level |
CRS-09065 | Disk ID not found |
CRS-09066 | Process ID not found |
CRS-09067 | NIC ID not found |
CRS-09068 | Error string: -allnodes and -n must not be used together |
CRS-09069 | The new Cluster Health Monitor repository location is string. |
CRS-09070 | The new Cluster Health Monitor repository retention time is number seconds. |
CRS-09100 | Error setting Cluster Health Monitor repository size |
CRS-09101 | Error updating Cluster Health Monitor repository size in configuration file. |
CRS-09102 | No data for the node at the given time |
CRS-09103 | No data available |
CRS-09104 | No data available for the given nodes |
CRS-09105 | Internal Error on master |
CRS-09106 | Data requested was outside Cluster Health Monitor retention time limits. |
CRS-09107 | Start time greater than end time |
CRS-09108 | Threshold out of acceptable range |
CRS-09109 | New Cluster Health Monitor repository location same as the old location on node string |
CRS-09110 | Cluster Health Monitor repository location not changed as the location provided does not exist on node string. |
CRS-09111 | Error updating Cluster Health Monitor repository location string in configuration file. |
CRS-09114 | Cluster Health Monitor repository location change failed on one or more nodes. Aborting location change. |
CRS-09116 | Cluster Health Monitor repository retention change failed on one or more nodes. Aborting retention change. |
CRS-09500 | The system monitor service aborted on host string. Details at string in string. |
CRS-09501 | The Cluster Logger Service aborted on host string. Details at string in string. |
CRS-09502 | The Cluster Health Monitor repository location string is inaccessible. Details at string in string. |
CRS-09503 | The system monitor service on this host is unable to communicate with the Cluster Logger Service on host string, and will log data to the local repository. |
CRS-09504 | The Cluster Logger Service on host string is dropping the Cluster Health Monitor node view. Details at string in string. |
CRS-09505 | The Cluster Health Monitor repository is deleted due to corruption and the Cluster Logger Service is disabled on string. Details at string in string. |
CRS-09506 | The system monitor service local repository is disabled on the host string. Details at string in string. |
CRS-09507 | The maximum Cluster Health Monitor repository retention time is reached. Deleting the oldest Cluster Health Monitor node views in age order. |