Monday 14 May 2012

ORA-29539: Java system classes already installed

ORA-29539: Java system classes already installed

Cause: An attempt was made to use the CREATE JAVA SYSTEM command in a database where the Java system classes already are installed.

Action: Use CREATE OR REPLACE JAVA SYSTEM.

ORA-29538: Java not installed

ORA-29538: Java not installed

Cause: An attempt was made to use a Java command when Java is not installed.

Action: Install Java, or do not use the command.

ORA-29537: class or resource cannot be created or dropped directly

ORA-29537: class or resource cannot be created or dropped directly

Cause: An attempt was made to create or drop a Java class or resource that is known to result from compilation of an existing Java source object.

Action: Act on the class or resource by acting on the source, or change the source so that it no longer defines the class or resource.

ORA-29536: badly formed source: string

ORA-29536: badly formed source: string

Cause: An attempt was made to create a Java source object with text that could not be parsed adequately to determine the class(es) defined by it.

Action: Correct errors in source.

ORA-29535: source requires recompilation

ORA-29535: source requires recompilation

Cause: The reason the current class object was invalid is recorded with the source object from which it was compiled.

Action: Inspect errors in the source object and take the necessary corrective actions.

ORA-29534: referenced object string.string could not be resolved

ORA-29534: referenced object string.string could not be resolved

Cause: Name resolution determined that the indicated object is referenced but could not be resolved.

Action: Correct name resolver or address resolution problems in the referenced class, or correct compilation problems in its source.

ORA-29533: attempt to overwrite class or resource string while defining or compiling string.string

ORA-29533: attempt to overwrite class or resource string while defining or compiling string.string

Cause: A class or resource defined by a SQLJ source conflicted with an existing object.

Action: Remove existing object, or modify SQLJ source.

ORA-29532: Java call terminated by uncaught Java exception: string

ORA-29532: Java call terminated by uncaught Java exception: string

Cause: A Java exception or error was signaled and could not be resolved by the Java code.

Action: Modify Java code, if this behavior is not intended.

ORA-29531: no method string in class string

ORA-29531: no method string in class string

Cause: An attempt was made to execute a non-existent method in a Java class.

Action: Adjust the call or create the specified method.

ORA-29530: could not create shortened name for string

ORA-29530: could not create shortened name for string

Cause: Insert into shortened name translation table failed.

Action: Retry the insert.

ORA-29529: invalid function or method call string in trigger string

ORA-29529: invalid function or method call string in trigger string

Cause: The function or method specified in Java trigger call expression could not be resolved.

Action: Adjust trigger definition.

ORA-29528: invalid Java call in trigger string

ORA-29528: invalid Java call in trigger string

Cause: The Java method specified in trigger does not exist or cannot be called as used.

Action: Adjust trigger definition.

ORA-29527: created Java source string string

ORA-29527: created Java source string string

Cause: An informational message, not an error.

Action: None.

ORA-29526: created Java class string string

ORA-29526: created Java class string string

Cause: An informational message, not an error.

Action: None.

ORA-29525: referenced name is too long: string

ORA-29525: referenced name is too long: string

Cause: An attempt was made to create a class that references a name longer than 4000 characters. The class could not be created because the name is too long.

Action: Adjust the definition.

ORA-29524: wrong types of arguments in call to string

ORA-29524: wrong types of arguments in call to string

Cause: A method was called with argument(s) of incompatible type(s).

Action: Adjust caller.

ORA-29523: authorization error for unknown referenced name

ORA-29523: authorization error for unknown referenced name

Cause: An attempt was made to resolve a class that is not authorized to use a referenced class. The name of the referenced class could not be determined.

Action: Adjust authorizations or name resolution.

ORA-29522: authorization error for referenced name string.string

ORA-29522: authorization error for referenced name string.string

Cause: An attempt was made to resolve a class that is not authorized to use the indicated referenced class.

Action: Adjust authorizations or name resolution.

ORA-29521: referenced name string could not be found

ORA-29521: referenced name string could not be found

Cause: Name resolution failed to find an object with the indicated name.

Action: Adjust name resolver or add missing Java class.

ORA-29520: name string resolved to a class in schema string that could not be accessed

ORA-29520: name string resolved to a class in schema string that could not be accessed

Cause: An attempt to access a referenced class failed.

Action: Adjust authorizations or name resolution.

ORA-29519: name string resolved via a synonym in schema string to a class with a different name

ORA-29519: name string resolved via a synonym in schema string to a class with a different name

Cause: A referenced name was resolved to a synonym, which translated to a class whose name does not match the referenced name.

Action: Adjust name resolver or add missing Java class.

ORA-29518: name string resolved to an object in schema string that is not a Java class

ORA-29518: name string resolved to an object in schema string that is not a Java class

Cause: A referenced name was resolved to an object that is not a Java class.

Action: Adjust name resolver or add missing Java class.

ORA-29517: recursive resolution failed for a referenced class

ORA-29517: recursive resolution failed for a referenced class

Cause: An attempt to resolve a referenced class failed.

Action: Review the errors for referenced classes and complete the necessary actions to correct them.

ORA-29516: Aurora assertion failure: string

ORA-29516: Aurora assertion failure: string

Cause: An internal error occurred in the Aurora module.

Action: Contact Oracle Worldwide Support.

ORA-29515: exit called from Java code with status string

ORA-29515: exit called from Java code with status string

Cause: Java code included a call to java.lang.Runtime.exitInternal.

Action: Do not include this call unless non-local exit is desired.

ORA-29514: class name contains illegal character

ORA-29514: class name contains illegal character

Cause: An attempt was made to import a .class file containing a character that cannot be converted to the server character set. The .class file could not be imported because of the illegal character.

Action: Correct the illegal character in the .class file.

ORA-29513: referenced class name too long

ORA-29513: referenced class name too long

Cause: An attempt was made to import a .class file containing a class name of length greater than %d. The .class file could not be imported because the referenced class name was too long.

Action: Shorten the referenced class name in the .class file.

ORA-29512: incorrectly formed name resolver specification

ORA-29512: incorrectly formed name resolver specification

Cause: A name resolver was not specified in the required form: (( lamp;lt;lamp;nbsp;name patternlamp;gt; , lamp;lt;lamp;nbsp;schema namelamp;gt;) ...)

Action: Correct the specification.

ORA-29511: could not resolve Java class

ORA-29511: could not resolve Java class

Cause: A CREATE AND RESOLVE NOFORCE JAVA CLASS command specified definition data that could not be resolved, or resolution failed for some referenced class.

Action: Remove the NOFORCE option or remove impediments to resolution.

ORA-29510: name, string.string, already used by an existing object

ORA-29510: name, string.string, already used by an existing object

Cause: A CREATE JAVA command attempted to create a source, class, or resource object with a name that is already in use.

Action: Drop the existing object that is using the desired name, or use a different name for the new object.

ORA-29509: incorrectly formed Java binary class definition

ORA-29509: incorrectly formed Java binary class definition

Cause: An attempt was made to create a Java class using data expected to be in binary (Java .class) format. The data was found not to be in this format, or to be incorrectly formed.

Action: Correct the definition data.

ORA-29508: query derived from USING clause did not select a value of type string

ORA-29508: query derived from USING clause did not select a value of type string

Cause: The USING clause did not form a query that selects a value of the type specified by the term following the USING keyword.

Action: Correct the USING clause.

ORA-29507: query derived from USING clause found zero or many rows

ORA-29507: query derived from USING clause found zero or many rows

Cause: The USING clause defined a query that either did not return any values, or returned more than one value.

Action: Correct the USING clause.

ORA-29506: invalid query derived from USING clause

ORA-29506: invalid query derived from USING clause

Cause: The USING clause did not form a valid query.

Action: Correct the USING clause.

ORA-29505: AS keyword is invalid in CREATE JAVA CLASS or RESOURCE

ORA-29505: AS keyword is invalid in CREATE JAVA CLASS or RESOURCE

Cause: The AS keyword was used in CREATE JAVA CLASS or RESOURCE. The AS keyword is valid only in CREATE JAVA SOURCE.

Action: Use the USING keyword in CREATE JAVA CLASS or RESOURCE.

ORA-29504: invalid or missing schema name

ORA-29504: invalid or missing schema name

Cause: The required schema name was invalid or missing.

Action: Specify a valid schema name.

ORA-29503: SCHEMA keyword not valid with NAMED keyword

ORA-29503: SCHEMA keyword not valid with NAMED keyword

Cause: SCHEMA and NAMED keywords were used together in the same CREATE JAVA command, but only one may be used in a CREATE JAVA command.

Action: Remove either the NAMED or the SCHEMA keyword.

ORA-29502: NAMED keyword required in CREATE JAVA RESOURCE

ORA-29502: NAMED keyword required in CREATE JAVA RESOURCE

Cause: The name for a Java resource was not specified. The name must be specified with the NAMED keyword.

Action: Specify a valid name with the NAMED keyword.

ORA-29501: invalid or missing Java source, class, or resource name

ORA-29501: invalid or missing Java source, class, or resource name

Cause: The required name for a Java source, class, or resource was invalid or missing.

Action: Specify a valid name.

ORA-29500: NAMED keyword is invalid in CREATE JAVA CLASS

ORA-29500: NAMED keyword is invalid in CREATE JAVA CLASS

Cause: A NAMED keyword was specified in the CREATE JAVA CLASS statement. NAMED keywords are valid only in CREATE JAVA SOURCE or RESOURCE statements.

Action: Remove the NAMED keyword from the CREATE JAVA CLASS statement.

ORA-29400: data cartridge error string

ORA-29400: data cartridge error string

Cause: An error has occurred in a data cartridge external procedure. This message will be followed by a second message giving more details about the data cartridge error.

Action: See the data cartridge documentation for an explanation of the second error message.

ORA-29399: user string does not have privilege to switch to consumer group string

ORA-29399: user string does not have privilege to switch to consumer group string

Cause: An attempt was made to set the initial consumer group of the specified user but the user does not have the privilege to switch to that group.

Action: Grant the privilege to switch to the consumer group to the user and then set the initial group.

ORA-29398: invalid privilege name specified

ORA-29398: invalid privilege name specified

Cause: An invalid privilege name was specified as an argument to procedure GRANT_SYSTEM_PRIVILEGE or REVOKE_SYSTEM_PRIVILEGE of package DBMS_RESOURCE_MANAGER_PRIVS.

Action: Specify a valid privilege name.

ORA-29397: cannot grant or revoke switch privilege for string

ORA-29397: cannot grant or revoke switch privilege for string

Cause: An attempt was made to grant or revoke the privilege to switch to OTHER_GROUPS.

Action: OTHER_GROUPS is for the resource manager s internal use. Specify another consumer group.

ORA-29396: cannot switch group to string

ORA-29396: cannot switch group to string

Cause: An attempt was made to switch the consumer group of a user or a session to OTHER_GROUPS.

Action: OTHER_GROUPS is for the resource manager s internal use. Specify another consumer group.

ORA-29395: cannot set the initial consumer group to string

ORA-29395: cannot set the initial consumer group to string

Cause: An attempt was made to set the initial consumer group of a user to OTHER_GROUPS.

Action: OTHER_GROUPS is for the resource manager s internal use. Specify another consumer group.

ORA-29394: session id string and serial# string do not exist

ORA-29394: session id string and serial# string do not exist

Cause: Invalid session id and serial# were specified as arguments to procedure SWITCH_CONSUMER_GROUP_FOR_SESS of package DBMS_SYSTEM.

Action: Specify valid values from the view V$SESSION.

ORA-29393: user string does not exist or is not logged on

ORA-29393: user string does not exist or is not logged on

Cause: An invalid user name was specified as argument to procedure SET_ INITIAL_CONSUMER_GROUP of package DBMS_RESOURCE_MANAGER or SWITCH_CONSUMER_GROUP_FOR_USER of package DBMS_SYSTEM or the specified user was not logged on.

Action: Specify a valid user name.

ORA-29392: cpu parameters for level string for plan string must be zero

ORA-29392: cpu parameters for level string for plan string must be zero

Cause: The cpu parameters for the specified level had a non-zero value, which is not a valid value for the plan s current cpu policy.

Action: Change the cpu level parameters for the specified level to zero or change the plan cpu policy.

ORA-29391: %s and string must be mandatory to create a mandatory plan directive

ORA-29391: %s and string must be mandatory to create a mandatory plan directive

Cause: An attempt was made to create a mandatory plan directive where either PLAN or GROUP_OR_SUBPLAN or both were not mandatory

Action: Recreate these objects as mandatory and then create the plan directive.

ORA-29390: some resource plans are not part of any top-plan

ORA-29390: some resource plans are not part of any top-plan

Cause: An attempt was made to create or modify some plans in the pending area that are not part of any top-plan

Action: Remove these plans are try validation again.

ORA-29389: too many errors during validation

ORA-29389: too many errors during validation

Cause: The number of errors detected during validation is too high.

Action: Perform the necessary actions to remove some errors, and retry validation.

ORA-29388: plan or consumer_group string is part of more than one top-plan

ORA-29388: plan or consumer_group string is part of more than one top-plan

Cause: An attempt was made to delete a subtree that includes a plan or consumer group that is part of more than one top-plan as part of procedure DELETE_PLAN_ CASCADE or package DBMS_RESOURCE_MANAGER. Such a plan or consumer group cannot be deleted.

Action: Check the ancestors of the plan or consumer group and make sure it is only part of the top-plan that includes the subtree being deleted.

ORA-29387: no top-plans found in the pending area

ORA-29387: no top-plans found in the pending area

Cause: The VALIDATE_PENDING_AREA procedure found that either the intended top-plan(s) are involved in a loop or there are no top-plans.

Action: Check all edges going from a subplan to the intended top-plan. Make sure the top plan does not have any plan referring to it.

ORA-29386: plan or consumer group string is mandatory and cannot be deleted or modified

ORA-29386: plan or consumer group string is mandatory and cannot be deleted or modified

Cause: An attempt was made to delete or modify the specified mandatory plan or consumer group.

Action: Do not attempt to delete or modify mandatory plans and consumer groups.

ORA-29385: cannot create plan directive from string to string

ORA-29385: cannot create plan directive from string to string

Cause: An attempt was made to create a plan directive from a plan to itself.

Action: Make sure the arguments PLAN and GROUP_OR_SUBPLAN to procedure CREATE_PLAN_DIRECTIVE of package DBMS_RESOURCE_ MANAGER are different.

ORA-29384: number of children for plan string exceeds string

ORA-29384: number of children for plan string exceeds string

Cause: An attempt was made to create or modify the specified plan, but the plan has more than 32 children.

Action: Make sure the specified plan points to no more than 32 distinct nodes.

ORA-29383: all leaves of top-plan string must be consumer groups

ORA-29383: all leaves of top-plan string must be consumer groups

Cause: An attempt was made to create or modify the specified top-plan but it has some plans as leaves.

Action: To identify which plans and or or plan directives need to be modified, look at all plans that have no plan directives. Then, alter the top-plan so that all its leaves are consumer groups.

ORA-29382: validation of pending area failed

ORA-29382: validation of pending area failed

Cause: Invalid changes were attempted in the pending area.

Action: See documentation and the error messages that follow this one.

ORA-29381: plan or consumer_group string referred to by another plan and cannot be deleted

ORA-29381: plan or consumer_group string referred to by another plan and cannot be deleted

Cause: An attempt was made to delete a plan or consumer group that is referred to by another plan.

Action: Remove all plan directives that have the plan or consumer group as GROUP_OR_SUBPLAN; then delete the plan or consumer group.