Oracle Enterprise Manager Messages Manual Go to Product Documentation Library
Library
Go to books for this product
Product
Go to Contents for this book
Contents
Go to Index
Index



Go to previous file in sequence Go to next file in sequence

Oracle Expert Messages



Expert-07001 to Expert-07999: Oracle Expert Error Messages

Expert-07001 The token, 'name' is ambiguous at or near line number. Expecting 1 of the following items: name.

Cause SQL text being parsed contains invalid syntax that may have been introduced during collection or editing of workload or schema data.

Action Correct the SQL text and retry the operation.

Expert-07002 The value must be greater than or equal to number.

Cause A numeric value was entered that is less than the lower limit.

Action Enter a value greater than the limit specified.

Expert-07003 The value must be less than or equal to number.

Cause A numeric value was entered that is greater than the upper limit.

Action Enter a value less than the lower limit specified.

Expert-07004 C runtime error: error.

Cause A C programming language call has failed, the additional ERROR text will provide information on the specifics of the failure.

Action Contact Oracle Worldwide Customer Support.

Expert-07005 Cannot create a temporary or log file.

Cause An error occurred while attempting to create a file.

Action Retry the operation.

Expert-07006 The name has dependents and cannot be deleted.

Cause You attempted to delete an object before deleting its dependents.

Action First delete the object's dependents then retry the operation.

Expert-07007 Cannot instantiate a rule without an object id.

Cause You attempted to create a copy of a rule without an associated object/owner. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07008 Cannot insert a base rule with an object id.

Cause You attempted to load the default rules, and a rule creation was attempted without an associated object/owner. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07009 Cannot remove a rule without an object id.

Cause You attempted to remove a copy of a rule that does not have an associated object/owner. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07010 Cannot delete a base rule with an object id.

Cause You attempted to clear the default rules from the Oracle Expert repository, and a rule was found without an associated object/ owner. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07011 The collection was aborted.

Cause You cancelled a collection while it was in progress.

Action None.

Expert-07012 The current operation was cancelled.

Cause You cancelled an operation while it was in progress.

Action None.

Expert-07013 A database error has occurred: error.

Cause An Oracle server error has occurred while attempting to access the Oracle Expert repository or the target tuneable database. The ERROR text provides the specific Oracle server error message.

Action If the error indicates an environmental problem, e.g. the instance is not started, then correct the problem.

Expert-07014 No rows were deleted: name.

Cause The rows you specified for deletion were not found.

Action None.

Expert-07015 The database has not been started: error.

Cause You attempted to access a database for which the instance has not been started. The ERROR message contains additional detail from the Oracle server error message.

Action Start the instance.

Expert-07016 An invalid connect string was used to connect to the database: name.

Cause You attempted to connect to a database but did not supply valid logon credentials.

Action Supply valid logon credentials.

Expert-07017 A database error has occurred: error error.

Cause A server error has occurred while attempting to access the Expert repository or the target tuneable database. The ERROR text provides the specific Oracle server error message.

Action If the error indicates an environmental problem, e.g. the instance is not started, then correct the problem.

Expert-07018 The name column generated the following return code: code error.

Cause A low-level data access/OCI error has occurred while accessing a specific column in the database.

Action Contact Oracle Worldwide Customer Support.

Expert-07019 The number of the return variables exceeds the number of the items in the select list.

Cause An internal logic error has occurred in the data access layer.

Action Contact Oracle Worldwide Customer Support.

Expert-07020 There are not enough return variables to store all items in the select list.

Cause An internal logic error has occurred in the data access layer.

Action Contact Oracle Worldwide Customer Support.

Expert-07021 Unable to convert input data due to a datatype mismatch.

Cause You supplied a value for a numeric field that contains non-numeric characters.

Action Supply only numeric characters.

Expert-07022 The device is full.

Cause An attempt was made to write data to a disk that has no more free space available.

Action Make space available on the device, or move the program/files to another device.

Expert-07023 The end of the input file stream was reached.

Cause A record cursor returned no more rows.

Action None.

Expert-07024 The end of the file was reached.

Cause A file read indicated end-of-file.

Action None.

Expert-07025 The Oracle Trace collection class name is invalid.

Cause You attempted to collect an Oracle Trace collection that contains obsolete or unsupported data items.

Action Review release notes for version requirements/dependencies on Oracle Trace, or contact Oracle Worldwide Customer Support for assistance.

Expert-07026 The database tools workbench exited with an error.

Cause The Oracle Expert utility subsystem (workbench) encountered a severe system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07027 Exiting with a fatal error.

Cause A severe error condition has occurred and Oracle Expert cannot continue the current session.

Action Contact Oracle Worldwide Customer Support.

Expert-07028 This feature has not been implemented.

Cause You attempted to access a feature/function in Oracle Expert that is not yet available in the current version.

Action None.

Expert-07029 The file name is already open.

Cause An attempt was made to write to a file that has already been opened by another user or process.

Action Make sure the file is not in use and retry operation.

Expert-07030 The file name was not found.

Cause An attempt was made to access a file that does not exist.

Action Make sure that the requested file does exist and retry the operation.

Expert-07031 The file name is protected against access.

Cause An attempt was made to open a file which is not accessible as a result of privilege or security problems.

Action Resolve the file access problem and retry operation.

Expert-07033 The repository is incompatible with name number and cannot be accessed.

Cause An attempt was made to run a version of Enterprise Manager that is not compatible with the version of the product that created the repository being accessed.

Action Delete the repository and re-execute Enterprise Manager.

Expert-07034 The name is marked as incomplete.

Cause An object was found in the Oracle Expert repository that is incomplete as a result of a collection being interrupted or cancelled.

Action Delete this object.

Expert-07035 Overflow while converting an Oracle number to an integer.

Cause A logic error has occurred in the data access layer.

Action Contact Oracle Worldwide Customer Support.

Expert-07036 The date/time date is invalid.

Cause A date/time was specified using an incorrect format.

Action Supply a valid date/time string.

Expert-07037 The logical device name is missing a location

Cause You have created a logical device in the Oracle Expert repository without providing a physical location for the files. Oracle Expert requires this be provided.

Action Supply a location for the logical device.

Expert-07038 The token 'name' is not a valid number.

Cause The Oracle Expert parser has encountered a token in an input file that was expected to be a number, but was not.

Action Correct the file and retry the operation.

Expert-07039 The token 'name' is not a valid integer.

Cause The Oracle Expert parser has encountered a token in an input file that was expected to be an integer, but was not.

Action Correct the file and retry the operation.

Expert-07040 The operation is invalid.

Cause A system error has occurred while attempting a specific operation.

Action Contact Oracle Worldwide Customer Support.

Expert-07041 The quoted string name contains unprintable characters.

Cause A literal text item was found in SQL text that contains unprintable characters. Oracle Expert cannot display or print this text item.

Action None.

Expert-07042 An Oracle Expert repository has not been created for this schema.

Cause You attempted to connect to the Oracle Expert repository, but the schema accessed using the logon credentials provided is not an Oracle Expert repository.

Action Ensure the logon account used contains/owns an Oracle Expert repository schema.

Expert-07043 The name contains entities that cannot be validated.

Cause An object was collected by Oracle Expert that contains references to external entities which could not be located in the Oracle repository.

Action Collect items referenced by the object being collected.

Expert-07044 The database contains entities that cannot be validated.

Cause A database was collected by Oracle Expert that contains references to external entities which could not be located in the Oracle repository.

Action Collect items referenced by the object being collected.

Expert-07045 The naming template name contains invalid characters.

Cause A naming template was supplied that contains characters that could not be used in the name of the object constructed using the template.

Action Remove the offending characters.

Expert-07046 The type name is invalid.

Cause An instance parameter was found associated with an unknown grouping. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07047 The name cannot be validated error.

Cause An object was collected by Oracle Expert that contains references to external entities which could not be located in the Oracle Expert repository.

Action Collect items referenced by the object being collected.

Expert-07048 Line number number from the file name is longer than number characters.

Cause Oracle Expert encountered text in an import file (SQL or XDL) that is longer than the largest allowable buffer length as specified in this message.

Action Break the long line into separate smaller lines.

Expert-07049 The message was not found.

Cause Oracle Expert was unable to find an error message. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07050 The table, name, was not found in the Oracle Trace database.

Cause Oracle Expert could not find an required table in the Oracle Trace database identified for workload collection.

Action Verify that the version of the Trace database is supported by the current version of Expert. Call Oracle Worldwide Customer Support for more assistance.

Expert-07051 No information was found for the repository.

Cause An incomplete Oracle Expert schema was found when connecting to the repository.

Action Re-install the Performance Pack, or contact Oracle Worldwide Customer Support for assistance.

Expert-07052 No Oracle Trace collection information was found.

Cause The Oracle Trace database did not contain any collections, and no data will be collected by Oracle Expert.

Action None.

Expert-07054 The name was not found.

Cause An attempt was made to select an object from the Oracle Expert repository that does not exist.

Action None.

Expert-07055 The specification name contains an invalid device name.

Cause A filename was provided that contains an invalid disk or device name.

Action Correct the device reference and retry the operation.

Expert-07056 The database name is not a Oracle Trace collection.

Cause A database connect string was provided for workload collection, and the schema accessed did not contain Trace data.

Action Provide an Oracle Trace database.

Expert-07057 An internal error occurred while converting an Oracle number.

Cause A logic error has occurred in the data access layer.

Action Contact Oracle Worldwide Customer Support.

Expert-07058 Overflow while converting a machine-format number to an Oracle number.

Cause A logic error has occurred in the data access layer.

Action Contact Oracle Worldwide Customer Support.

Expert-07059 The name already exists.

Cause An attempt was made to create an object in the Oracle Expert repository using the name of an existing object of the same type.

Action Provide a unique name, or delete the existing object from the Oracle Expert repository.

Expert-07060 The value 'number' is out of range of number to number for the name.

Cause A numeric value was supplied for the specified attribute that is not within the required range of values for the attribute.

Action Supply a number within the required range.

Expert-07061 The value is out of the range of number to number.

Cause A numeric value was supplied for the specified attribute that is not within the required range of values for the attribute.

Action Supply a number within the required range.

Expert-07062 The value is less than the minimum of number.

Cause A value was entered for a numeric attribute that is less than the required minimum.

Action Enter a value greater than the required minimum.

Expert-07063 The value is greater than the maximum of number.

Cause A value was entered for a numeric attribute that is greater than the required maximum.

Action Enter a value less than the required maximum.

Expert-07064 An SQL parser stack overflow occurred.

Cause A serious error has occurred in the Oracle Expert SQL parser.

Action Contact Oracle Worldwide Customer Support.

Expert-07065 Found 'name' at or near line number. Expecting 1 of the following items: name.

Cause SQL text parsed during the collection or editing of workload or schema data contains invalid syntax.

Action Correct the SQL text and retry the operation.

Expert-07066 The name is out of range at line number.

Cause A workload importance or frequency was found that is outside of the range allowed by Oracle Expert while collecting workload from an XDL file.

Action Modify the offending value to be within the allowable range and retry the operation.

Expert-07067 Reached unexpected end of statement at or near line number.

Cause While parsing a SQL or XDL statement, Oracle Expert encountered the end of statement, usually a ";" when more data was expected.

Action Correct the statement and retry the operation.

Expert-07068 The view request, name, cannot be modified or deleted.

Cause An attempt was made to modify or delete a request (SQL statement) that exists as a result of a view.

Action Delete the actual view to remove this statement.

Expert-07069 There is already an existing database connection to the Oracle Expert repository.

Cause You attempted to connect to the Oracle Expert repository more than once in the current session.

Action Discontinue the previous session before continuing with this operation.

Expert-07070 There is no existing connection to the repository database.

Cause An attempt was made to access data in a tunable database where no previous connection to that database was made. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07071 Attempt to create an object in schema name while collecting schema name.

Cause An attempt was made to create an object in a schema that is currently being collected.

Action Wait until the collection is complete, or cancel it before attempting this operation.

Expert-07072 Attempt to create statistics in schema name while collecting schema name.

Cause A schema name was specified on the schema collect options page for schema collection, but a schema of another name was found in the schema statistics file.

Action If the statistics are to be used for the schema name specified, then edit the file and change the name.

Expert-07073 The name already exists in name.

Cause An attempt was made to create a child object using the same name as that of an existing child.

Action Provide a unique name.

Expert-07074 The name was not found while validating the name.

Cause Oracle Expert could not resolve an external reference within a SQL statement. An external reference must either be a valid workload request, or DDL statement within the Oracle Expert repository.

Action Ensure that all entities referenced are collected and validate the object again.

Expert-07075 Dangerous string operation attempted.

Cause This is an Oracle Expert internal error.

Action Contact Oracle Worldwide Customer Support.

Expert-07076 Invalid operation; string is locked.

Cause This is an Oracle Expert internal error.

Action Contact Oracle Worldwide Customer Support.

Expert-07077 Exceeded the allocated boundary of string.

Cause A logic error has occurred in the string or buffer management subsystem.

Action Contact Oracle Worldwide Customer Support.

Expert-07078 Exceeded the margin boundary of string.

Cause A logic error has occurred in the string or buffer management subsystem.

Action Contact Oracle Worldwide Customer Support.

Expert-07079 String contains an unbalanced quotation.

Cause A string was found in an input file with a missing beginning or end quote.

Action Correct the problem and retry the operation.

Expert-07080 A virtual memory error has occurred while accessing an internal buffer.

Cause A logic error has occurred in the string or buffer management subsystem.

Action Contact Oracle Worldwide Customer Support.

Expert-07081 Invalid operation; the internal buffer is locked.

Cause A logic error has occurred in the string or buffer management subsystem.

Action Contact Oracle Worldwide Customer Support.

Expert-07082 Invalid operation; the internal buffer is unlocked.

Cause A logic error has occurred in the string or buffer management subsystem.

Action Contact Oracle Worldwide Customer Support.

Expert-07083 The internal buffer has been truncated.

Cause A logic error has occurred in the string or buffer management subsystem.

Action Contact Oracle Worldwide Customer Support.

Expert-07085 There is already an existing connection to the target database.

Cause You attempted to connect to a target tunable database more than once in the current session.

Action Discontinue the previous session before continuing with this operation.

Expert-07086 There is no existing connection to the target database.

Cause An attempt was made to access data in a tunable database where no previous connection to that database was made. This is an unexpected system error.

Action Contact Oracle Worldwide Customer Support.

Expert-07087 The name is out of range in the name template name.

Cause A template was provided in the rules that generates a name longer than the longest allowable name.

Action Modify the template to generate names shorter than the allowable limit.

Expert-07088 The string, 'name', has more than number characters in it.

Cause A text value was specified that is longer than the maximum allowable size.

Action Shorten the text value.

Expert-07089 A string-class buffer requires a larger return buffer.

Cause This is an Oracle Expert internal error.

Action Contact Oracle Worldwide Customer Support.

Expert-07090 The operation is unsupported for this installation.

Cause An unsupported SQL fragment was found while parsing a CREATE TABLE statement during schema collection from a SQL file.

Action Remove the offending fragment and retry the operation.

Expert-07091 The quoted string name is not terminated.

Cause A quoted literal was found in a parsed string without a terminating close quote.

Action Add the close quote to the string and retry the operation.

Expert-07092 Unable to allocate virtual memory.

Cause Insufficient memory exists on the platform where Oracle Expert is executing.

Action Increase the amount of memory.

Expert-07093 The workload application 'name' contains invalid requests.

Cause During workload collection, an application was found with requests (SQL statements) with external references to items that could not be found in the Oracle Expert repository.

Action Collect objects (usually schemas) referenced by the workload and then validate the workload.

Expert-07094 Unable to start duration collection. Last error code = error.

Cause An attempt was made to start an instance duration collection that failed.

Action The last error code should indicate an MS-Windows error. Resolve this error and retry operation.

Expert-07095 Internal date format must be 'month/day/year hour:minute:second'.

Cause An attempt was made to convert an input string to an internal date, but failed. The input string did not conform to the required date mask.

Action Enter a date that conforms to the specified date mask.

Expert-07096 Could not read all the required date fields.

Cause An input string was specified for date conversion but did not contain all elements of a date.

Action enter a date that contains all components 'month/day/year hour:minute:second'.

Expert-07097 Unable to load resource dll : name

Cause The system was unable to load the resource DLL specified.

Action Contact Oracle Worldwide Customer Support.

Expert-07098 Access Violation: Attempted read access to number.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07099 Access Violation: Attempted write access to number.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07100 Attempted access to array element that is out of bounds.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07101 A breakpoint was encountered.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07102 Misaligned datatype access.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07103 Floating-point operation operand is denormal.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07104 Floating-point divide by zero.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07105 The result of a floating-point operation cannot be represented exactly as a decimal fraction.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07106 Floating-point exception.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07107 Floating-point exponent overflow.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07108 Stack overflow/floating-point operation.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07109 Floating-point exponent underflow.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07110 Attempted execution of an invalid instruction.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07111 Page inaccessible.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07112 Integer divide by zero.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07113 Integer operation caused overflow.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07114 An exception handler returned an invalid disposition to the exception dispatcher.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07115 Attempt to continue execution after a noncontinuable exception occurred.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07116 Attempt to execute an instruction whose operation is not allowed in the current machine mode.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07117 A trace trap or other single-instruction mechanism signaled that one instruction has been executed.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07118 Stack Overflow.

Cause A C runtime library error has occurred.

Action Contact Oracle Worldwide Customer Support.

Expert-07119 Unknown/Unhandled exception.

Cause An exception of an unknown type has been caught by the Oracle Expert exception handling mechanism.

Action Contact Oracle Worldwide Customer Support.

Expert-07120 Application initialization failed: error

Cause Oracle Expert was unable to start up. The ERROR text may provide additional information as to the nature of the problem.

Action Correct problem and retry the operation. Contact Oracle Worldwide Customer Support if necessary.

Expert-07121 You may enter either a Username, Password, Service name or the database Linkname.

Cause During the creation of an instance, you tried to enter both a linkname and some portion of a connect string.

Action Specify either the connect string or the linkname but not both.

Expert-07122 The rule owner was not found.

Cause The specified rule's owner object was not found when Oracle Expert attempted to locate it in the repository. This is an internal error.

Action Contact Oracle Worldwide Customer Support.

Expert-07123 The user rule name was not found.

Cause The specified rule was not found when Oracle Expert attempted to locate it in the repository. This is an internal error.

Action Contact Oracle Worldwide Customer Support.

Expert-07124 The cardinality scan operation for table table name failed while processing the following columns: column_name_list

Cause While collecting schema table statistics, the Oracle Expert cardinality scan operation failed, possibly because of an internal server limitation. Since the typical cardinality scan operation performs the scan in small segments, other table columns not listed in the error message should have successfully completed the scan operation.

Action Manually set the cardinality value for the offending columns.

Expert-07125 The repository was created or last upgraded by a newer version of name (Version number) and cannot be used by the current version of name (Version number).

Cause An attempt was made to access a repository that is incompatible with the version of Expert currently being used.

Action (1) Delete the incompatible repository and re-install using the current version of Expert or (2) re-install the version of Expert that created or last upgraded the incompatible repository.

Expert-07126 Memory allocation has failed.

Cause Insufficient memory exists on the platform where Oracle Expert is running.

Action Increase the amount of memory.

Expert-07127 Operation cannot be completed. The SMP service name, name, and the instance name specified in the file, name, do not match.

Cause The instance name associated with this tuning session does not correspond with the service (database) name with which this session was created. The operation cannot be completed.

Action When using the Create from file option for creating a tuning session or collecting instance data from a file, the instance specified in the file must reference the same service under which the session will be created. Either create the session under the correct service, or modify the file to reference the service where the session is to be created.

Expert-07128 The repository validation operation failed.

Cause When connecting to a repository, a validation process will attempt to verify the existence and compatibility of the user's repository. If the operation fails, the user will have to select a different repository or attempt to connect to the repository again. There should have been additional messages prior to this message.

Action Choose another repository or attempt the operation again.

Expert-07129 No repository components matching the name 'name' were found.

Cause This will only occur if the caller of the Repository Manager has passed in a product name or group name that does not actually exist in the repository driver script.

Action Determine the correct product or group name and change the Repository Manager call.

Expert-07130 Repository validation scripts for 'name' are either missing or failed to return the correct status.

Cause This will only occur if the repository validation scripts are missing or invalid.

Action Check the scripts and retry the operation.

Expert-07131 The repository version is invalid for name.

Cause You have entered an invalid version while specifying an upgrade script. The two versions represent the current repository version, and the repository version after the upgrade scripts have been executed. The two versions cannot be the same, and neither can be empty.

Action Edit the Repository Manager script to correct the problem.

Expert-07132 While attempting to upgrade name, no action script was found to upgrade version version.

Cause Repository Manager found a particular repository version that is not handled by the upgrade scripts.

Action Edit the Repository Manager control script and add the necessary components to handle the specified version.

Expert-07133 Error or warnings were encountered during export.

Cause During the export, some warnings or errors were encountered. This may indicate that the export file is incomplete, or may be unusable.

Action Examine the error messages, and the export .XDL file to ensure that the file is valid, and that the problems were not serious.

Expert-07134 A value must be specified.

Cause The empty string was specified for the specified attribute. Oracle Expert requires a string be provided.

Action Supply a valid string.




Go to previous file in sequence Go to next file in sequence
Prev Next
Oracle
Copyright © 1996 Oracle Corporation.
All Rights Reserved.
Go to Product Documentation Library
Library
Go to books for this product
Product
Go to Contents for this book
Contents
Go to Index
Index