Erreurs ORA 13410 à 13530 Cause et Action
ORA LIST ERROR
|
ORA-13410
|
ORA-13410: invalid layerNumbers or bandNumbers parameter
|
|
Cause
|
The layerNumbers or bandNumbers parameter was invalid.
|
|
Action
|
Check the documentation and make sure the layerNumbers or bandNumbers parameter is valid.
|
|
ORA-13411
|
ORA-13411: subset results in null data set
|
|
Cause
|
The intersection of cropArea and source GeoRaster object was null.
|
|
Action
|
Check the documentation, and make sure the cropArea parameter is correct.
|
|
ORA-13412
|
ORA-13412: invalid scale parameter
|
|
Cause
|
The scale parameter was invalid.
|
|
Action
|
Check the documentation, and make sure the scale parameter is correct.
|
|
ORA-13413
|
ORA-13413: null or invalid resampling parameter
|
|
Cause
|
The resampling parameter was null or invalid.
|
|
Action
|
Check the documentation, and make sure the resampling parameter is correct.
|
|
ORA-13414
|
ORA-13414: invalid pyramid parameter
|
|
Cause
|
The pyramid parameter was invalid.
|
|
Action
|
Check the documentation, and make sure the pyramid parameter is correct.
|
|
ORA-13415
|
ORA-13415: invalid or out of scope point specification
|
|
Cause
|
The point position specified by the 'ptGeom, layerNumber' or 'rowNumber, colNumber, bandNumber' parameter combination was invalid or out of scope.
|
|
Action
|
Make sure the parameter(s) specify a valid point that is or can be translated into a cell position inside the cell space of the GeoRaster object.
|
|
ORA-13416
|
ORA-13416: invalid geometry parameter
|
|
Cause
|
The geometry parameter did not specify a valid single-point geometry.
|
|
Action
|
Specify a valid single-point geometry.
|
|
ORA-13417
|
ORA-13417: null or invalid layerNumber parameter
|
|
Cause
|
The layerNumber parameter was null or out of scope.
|
|
Action
|
Specify a valid layerNumber parameter.
|
|
ORA-13418
|
ORA-13418: null or invalid parameter(s) for set functions
|
|
Cause
|
A parameter for set metadata operations was null or invalid.
|
|
Action
|
Check the documentation for information about the parameters.
|
|
ORA-13419
|
ORA-13419: cannot perform mosaick operation on the specified table column
|
|
Cause
|
An attempt to perform a mosaick operation failed because the GeoRaster objects in the specified table column did not meet necessary conditions.
|
|
Action
|
Check the documentation for SDO_GEOR.Mosaick for details.
|
|
ORA-13420
|
ORA-13420: the SRID of the geometry parameter was not null
|
|
Cause
|
The input geometry must be in the GeoRaster cell space, which has a null SRID value.
|
|
Action
|
Make sure the geometry parameter has a null SRID.
|
|
ORA-13421
|
ORA-13421: null or invalid cell value
|
|
Cause
|
The cell value was null or out of scope.
|
|
Action
|
Make sure the cell value is not null and is in the range as designated by the cellDepth of the specified GeoRaster object.
|
|
ORA-13422
|
ORA-13422: invalid model coordinate parameter
|
|
Cause
|
The model coordinate array parameter had the wrong length or had null ordinate element(s).
|
|
Action
|
Make sure the model coordinate parameter is valid.
|
|
ORA-13423
|
ORA-13423: invalid cell coordinate parameter
|
|
Cause
|
The cell coordinate array parameter had the wrong length or had null ordinate element(s).
|
|
Action
|
Make sure the cell coordinate parameter is valid.
|
|
ORA-13424
|
ORA-13424: the GeoRaster object is not spatially referenced
|
|
Cause
|
The GeoRaster object was not spatially referenced.
|
|
Action
|
Make sure the GeoRaster object is spatially referenced.
|
|
ORA-13425
|
ORA-13425: function not implemented
|
|
Cause
|
This specific function was not implemented.
|
|
Action
|
Do not use the function that causes this error.
|
|
ORA-13426
|
ORA-13426: invalid window parameter for subset operation
|
|
Cause
|
The specified window parameter was invalid.
|
|
Action
|
Specify a valid window parameter. Check the documentation for details.
|
|
ORA-13427
|
ORA-13427: invalid BLOB parameter for output
|
|
Cause
|
The specified output BLOB parameter was invalid.
|
|
Action
|
Make sure the output BLOB parameter is initialized properly.
|
|
ORA-13428
|
ORA-13428: invalid modelCoordinateLocation
|
|
Cause
|
The program [or user] specified a modelCoordinateLocation that is not supported, or the modelCoordinateLocation of the GeoRaster object was wrong.
|
|
Action
|
Set or specify the modelCoordinateLocation to be CENTER (0) or UPPERLEFT (1).
|
|
ORA-13429
|
ORA-13429: invalid xCoefficients or yCoefficients parameter(s)
|
|
Cause
|
An attempt to perform a georeference operation failed. Possible reasons include xCoefficients or yCoefficients having the wrong number of coefficients or invalid coefficients.
|
|
Action
|
Check the documentation for supported coefficient specifications.
|
|
ORA-13430
|
ORA-13430: the GeoRaster object has null attribute(s)
|
|
Cause
|
The metadata or rasterType of the GeoRaster object was null.
|
|
Action
|
This object may only be used as an output parameter of procedures or functions. It is not valid for other purposes.
|
|
ORA-13431
|
ORA-13431: GeoRaster metadata rasterType error
|
|
Cause
|
The rasterType in the metadata of the GeoRaster object was inconsistent with the GeoRaster rasterType attribute.
|
|
Action
|
Make sure the rasterType in the metadata of the GeoRaster object and the GeoRaster rasterType attribute have the same value.
|
|
ORA-13432
|
ORA-13432: GeoRaster metadata blankCellValue error
|
|
Cause
|
The blankCellValue specification could not be found in the metadata of a blank GeoRaster object.
|
|
Action
|
Add blankCellValue to the metadata whenever isBlank is true.
|
|
ORA-13433
|
ORA-13433: GeoRaster metadata default RGB error
|
|
Cause
|
At least one of the defaultRed, defaultGreen, and defaultBlue values (logical layer numbers) was zero, negative, or out of range.
|
|
Action
|
Check the documentation for details.
|
|
ORA-13434
|
ORA-13434: GeoRaster metadata cellRepresentation error
|
|
Cause
|
The cellRepresentation type was not supported.
|
|
Action
|
Check the documentation for supported cellRepresentation types.
|
|
ORA-13435
|
ORA-13435: GeoRaster metadata dimension inconsistent
|
|
Cause
|
The specification of dimensions or totalDimensions was inconsistent with rasterType, or vice versa.
|
|
Action
|
Make sure dimension specifications are consistent.
|
|
ORA-13436
|
ORA-13436: GeoRaster metadata dimensionSize error
|
|
Cause
|
Either the dimensionSize for each dimension was not specified, or an extraneous dimensionSize was specified.
|
|
Action
|
Add a dimsenionSize for each dimension of the GeoRaster object and delete extra dimensionSize elements.
|
|
ORA-13437
|
ORA-13437: GeoRaster metadata blocking error
|
|
Cause
|
Either the wrong block number(s) or block size(s) along dimensions were specified, or the block numbers and sizes when taken together were not consistent.
|
|
Action
|
Check the documentation for details.
|
|
ORA-13438
|
ORA-13438: GeoRaster metadata pyramid type error
|
|
Cause
|
The specified pyramid type was not supported.
|
|
Action
|
Check the documentation for supported pyramid types.
|
|
ORA-13439
|
ORA-13439: GeoRaster metadata pyramid maxLevel error
|
|
Cause
|
The specified maxLevel exceeded the maximum level allowed by the specified pyramid type.
|
|
Action
|
Check the documentation for supported pyramid types and their total level limitations.
|
|
ORA-13440
|
ORA-13440: GeoRaster metadata compression type error
|
|
Cause
|
The specified compression type was not supported.
|
|
Action
|
Check the documentation for supported compression types.
|
|
ORA-13441
|
ORA-13441: GeoRaster metadata SRS error
|
|
Cause
|
The referenced GeoRaster object had no defined polynomial referencing model.
|
|
Action
|
Define or generate the polynomialModel, or set isReferenced to FALSE.
|
|
ORA-13442
|
ORA-13442: GeoRaster metadata SRS error
|
|
Cause
|
The polynomialModel did not match the supported number of variables.
|
|
Action
|
Check the documentation for supported number of variables in the polynomialModel specification.
|
|
ORA-13443
|
ORA-13443: GeoRaster metadata SRS error
|
|
Cause
|
The polynomialModel specification had an incorrect pType value.
|
|
Action
|
Check the documentation for supported polynomial types.
|
|
ORA-13444
|
ORA-13444: GeoRaster metadata SRS error
|
|
Cause
|
The polynomialModel specification had the wrong number of coefficients.
|
|
Action
|
Check the documentation for the required number of coefficients under different conditions.
|
|
ORA-13445
|
ORA-13445: GeoRaster metadata SRS error
|
|
Cause
|
The polynomialModel specification had a zero denominator.
|
|
Action
|
Make sure the denominator of the polynomialModel specification is not zero.
|
|
ORA-13446
|
ORA-13446: GeoRaster metadata TRS error
|
|
Cause
|
The GeoRaster Temporal Reference System was not supported.
|
|
Action
|
Set isReferenced to FALSE.
|
|
ORA-13447
|
ORA-13447: GeoRaster metadata BRS error
|
|
Cause
|
The GeoRaster Band Reference System was not supported.
|
|
Action
|
Set isReferenced to FALSE.
|
|
ORA-13448
|
ORA-13448: GeoRaster metadata BRS error
|
|
Cause
|
The GeoRaster spectral extent specification was incorrect.
|
|
Action
|
The MIN value must be less than the MAX value in the spectralExtent element.
|
|
ORA-13449
|
ORA-13449: GeoRaster metadata ULTCoordinate error
|
|
Cause
|
The GeoRaster rasterInfo ULTCoordinate was not correct.
|
|
Action
|
Check the documentation for restrictions.
|
|
ORA-13450
|
ORA-13450: GeoRaster metadata layerInfo error
|
|
Cause
|
The GeoRaster had more than one layerInfo element, or the layerDimension value was not supported.
|
|
Action
|
The current release only supports one layerInfo element; layer can only be defined along one dimension, and this dimension must be BAND.
|
|
ORA-13451
|
ORA-13451: GeoRaster metadata scaling function error
|
|
Cause
|
The scaling function had a zero denominator.
|
|
Action
|
Make sure the scaling function denominator is not zero.
|
|
ORA-13452
|
ORA-13452: GeoRaster metadata BIN function error
|
|
Cause
|
The bin function data did not match its type.
|
|
Action
|
For EXPLICIT type, provide a binTableName element; otherwise, provide a binFunctionData element.
|
|
ORA-13453
|
ORA-13453: GeoRaster metadata layer error
|
|
Cause
|
Too many subLayers were defined for the GeoRaster object, or layerNumber or layerDimensionOrdinate was not assigned correctly.
|
|
Action
|
The total number of logical layers cannot exceed the total number of physical layers, and each logical layer must be assigned a valid physical layer number following the same order.
Check the documentation for more details.
|
|
ORA-13454
|
ORA-13454: GeoRaster metadata is invalid
|
|
Cause
|
The GeoRaster metadata was invalid against its XML Schema.
|
|
Action
|
Run the schemaValidate routine to find the errors.
|
|
ORA-13455
|
ORA-13455: GeoRaster metadata TRS error
|
|
Cause
|
The beginDateTime value was later than the endDateTime value.
|
|
Action
|
Make sure that the beginDateTime value is not later than the endDateTime value.
|
|
ORA-13456
|
ORA-13456: GeoRaster cell data error
|
|
Cause
|
There was error in the GeoRaster cell data.
|
|
Action
|
The GeoRaster object is invalid.
|
|
ORA-13457
|
ORA-13457: GeoRaster cell data error
|
|
Cause
|
There was error in the cell data of the pyramids.
|
|
Action
|
Delete the pyramids and re-generate them.
|
|
ORA-13458
|
ORA-13458: GeoRaster metadata SRS error
|
|
Cause
|
The polynomial model did not match the requirements of a rectified GeoRaster object.
|
|
Action
|
Check the documentation for the requirements of the polynomial model for a rectified GeoRaster object, or set isRectified to be false.
|
|
ORA-13459
|
ORA-13459: GeoRaster metadata SRS error
|
|
Cause
|
The polynomial model was not an six-parameter transformation, or the six-parameter transformation was not valid.
|
|
Action
|
Check the documentation and make sure the polynomial model is a valid six-parameter affine transformation.
|
|
ORA-13460
|
ORA-13460: GeoRaster metadata SRS error
|
|
Cause
|
The referenced GeoRaster object had a zero model space SRID or the specified model space SRID was zero.
|
|
Action
|
Set or specify the model space SRID to be a nonzero number.
|
|
ORA-13461
|
ORA-13461: the interleaving type is not supported
|
|
Cause
|
The interleaving type of the GeoRaster object was not supported.
|
|
Action
|
Check the documentation for the interleaving types supported by GeoRaster. Use SDO_GEOR.changeFormat to transform the image to a supported interleaving type.
|
|
ORA-13462
|
ORA-13462: invalid blocking specification
|
|
Cause
|
The specified blocking configuration was invalid.
|
|
Action
|
Block size must always be a power of 2.
|
|
ORA-13463
|
ORA-13463: error retrieving GeoRaster data: string
|
|
Cause
|
An internal error occurred while retrieving GeoRaster data from the database.
|
|
Action
|
Check the error message for details.
|
|
ORA-13464
|
ORA-13464: error loading GeoRaster data: string
|
|
Cause
|
An internal error occurred while loading GeoRaster data into the database.
|
|
Action
|
Check the error message for details.
|
|
ORA-13465
|
ORA-13465: null or invalid table or column specification
|
|
Cause
|
The specified table or column did not exist, or the column was not a GeoRaster column.
|
|
Action
|
Make sure the specified table exists and the specified column is a GeoRaster column.
|
|
ORA-13466
|
ORA-13466: format not appropriate for specified compression method
|
|
Cause
|
The operation failed because the GeoRaster object had an inappropriate type or format for the specified compression method. The GeoRaster type or format is not supported by the
specified compression.
|
|
Action
|
Check the documentation for the appropriate GeoRaster types and formats for each compression method. Use SDO_GEOR.changeFormat to transform the GeoRaster object to an appropriate
format, or apply another compression method.
|
|
ORA-13467
|
ORA-13467: unsupported GeoRaster metadata specification: string
|
|
Cause
|
The GeoRaster metadata specification is not supported.
|
|
Action
|
Check the documentation for the supported GeoRaster metadata specifications.
|
|
ORA-13480
|
ORA-13480: the Source Type is not supported
|
|
Cause
|
The specified source type was not supported.
|
|
Action
|
Check the documentation for the source types (such as FILE and HTTP) supported by GeoRaster.
|
|
ORA-13481
|
ORA-13481: the destination type is not supported
|
|
Cause
|
The specified destination type was not supported.
|
|
Action
|
Check the documentation for the destination types (such as FILE) supported by GeoRaster.
|
|
ORA-13482
|
ORA-13482: GeoRaster object is not initialized for the image
|
|
Cause
|
No GeoRaster object has been initialized for the specified image.
|
|
Action
|
Initialize a GeoRaster object to hold this image before loading it into the database. Check the documentation for details.
|
|
ORA-13483
|
ORA-13483: insufficient memory for the specified GeoRaster data
|
|
Cause
|
There was insufficient memory to hold the specified GeoRaster data for this operation.
|
|
Action
|
Use SDO_GEOR.subset to isolate a subset of the GeoRaster data, or reblock the GeoRaster data into smaller sized blocks. Check the documentation for details.
|
|
ORA-13484
|
ORA-13484: the file format and/or compression type is not supported
|
|
Cause
|
The file format and/or compression type was not supported.
|
|
Action
|
Check the documentation for formats that are currently supported by GeoRaster.
|
|
ORA-13485
|
ORA-13485: error occurred during compression or decompression: string
|
|
Cause
|
The operation could not be completed because an error occurred during compression or decompression. Check the error message for details.
|
|
Action
|
Check that the GeoRaster object is valid, that its metadata is valid for the specified compression format, and that valid parameters are passed into the compression or decompression
operation.
|
|
ORA-13497
|
ORA-13497: %s
|
|
Cause
|
This is an internal GeoRaster error.
|
|
Action
|
Contact Oracle Support Services. You may want to make sure the GeoRaster object is valid before you do so.
|
|
ORA-13498
|
ORA-13498: %s
|
|
Cause
|
An error related to an external plugin was encountered in the GeoRaster component.
|
|
Action
|
Check the documentation for the external plugin, or contact the plugin provider and supply the exact error text.
|
|
ORA-13499
|
ORA-13499: %s
|
|
Cause
|
This is an internal Spatial error.
|
|
Action
|
Contact Oracle Support Services.
|
|
ORA-13500
|
ORA-13500: SYSAUX DATAFILE clause specified more than once
|
|
Cause
|
The CREATE DATABASE command contains more than one SYSAUX DATAFILE clause.
|
|
Action
|
Specify at most one SYSAUX DATAFILE clause.
|
|
ORA-13501
|
ORA-13501: Cannot drop SYSAUX tablespace
|
|
Cause
|
Tried to drop SYSAUX tablespace
|
|
Action
|
None
|
|
ORA-13502
|
ORA-13502: Cannot rename SYSAUX tablespace
|
|
Cause
|
An attempt to rename the SYSAUX tablespace failed.
|
|
Action
|
No action required.
|
|
ORA-13503
|
ORA-13503: Creating SYSAUX tablespace with invalid attributes
|
|
Cause
|
An attempt to create the SYSAUX tablespace with invalid attributes.
|
|
Action
|
Create SYSAUX tablespace with ONLINE, PERMANENT, EXTENT MANAGEMENT LOCAL, SEGMENT SPACE MANAGEMENT AUTO attributes.
|
|
ORA-13504
|
ORA-13504: No SYSAUX datafile clause specified
|
|
Cause
|
If Create Database has the datafile clause, then SYSAUX datafile clause has to be specified, unless using OMF.
|
|
Action
|
Specify the SYSAUX datafile clause.
|
|
ORA-13505
|
ORA-13505: SYSAUX tablespace can not be made read only
|
|
Cause
|
Attempting to set the SYSAUX tablespace to read only. The SYSAUX tablespace must remain read write for database operation.
|
|
Action
|
Leave SYSAUX tablespace read write.
|
|
ORA-13506
|
ORA-13506: operation failed due to invalid snapshot range (string, string)
|
|
Cause
|
An attempt was made to perform operation with an invalid Start/End Snapshot Pair.
|
|
Action
|
Choose a valid Start/End Snapshot Pair.
|
|
ORA-13509
|
ORA-13509: error encountered during updates to a AWR table
|
|
Cause
|
An update error occurred during OCI operation due to an underlying error.
|
|
Action
|
Check associated OCI error. Correct problem and retry the operation.
|
|
ORA-13510
|
ORA-13510: invalid RETENTION string, must be in the range (string, string)
|
|
Cause
|
The user has specified a RETENTION setting that is not in the supported range of (MIN, MAX).
|
|
Action
|
Choose a valid RETENTION setting and retry the operation.
|
|
ORA-13511
|
ORA-13511: invalid INTERVAL string, must be in the range (string, string)
|
|
Cause
|
The user has specified a INTERVAL setting that is not in the supported range of (MIN, MAX).
|
|
Action
|
Choose a valid INTERVAL setting and retry the operation.
|
|
ORA-13514
|
ORA-13514: Metric Capture too close to last capture, group string
|
|
Cause
|
The metric capture cannot be executed because it is too close to the last capture (within 1 centi-second).
|
|
Action
|
add some delay and reissue command to retry.
|
|
ORA-13515
|
ORA-13515: Error encountered during Database Usage Statistics capture
|
|
Cause
|
Error occurred during OCI operation due to underlying error.
|
|
Action
|
Check associated OCI error. Correct problem and retry the operation.
|
|
ORA-13516
|
ORA-13516: AWR Operation failed: string
|
|
Cause
|
The operation failed because AWR is not available. The possible causes are: AWR schema not yet created; AWR not enabled; AWR schema not initialized; or database not open or is running
in READONLY or STANDBY mode.
|
|
Action
|
check the above conditions and retry the operation.
|
|
ORA-13517
|
ORA-13517: Baseline (id = string) does not exist
|
|
Cause
|
The operation failed because the specified baseline ID does not exist in the Workload Repository.
|
|
Action
|
check the baseline id and retry the operation.
|
|
ORA-13518
|
ORA-13518: Invalid database id (string)
|
|
Cause
|
The operation failed because the specified database ID does not exist in the Workload Repository.
|
|
Action
|
check the database id and retry the operation.
|
|
ORA-13519
|
ORA-13519: Database id (string) exists in the workload repository
|
|
Cause
|
The operation failed because the specified database ID already exists in the Workload Repository.
|
|
Action
|
check the database id and retry the operation.
|
|
ORA-13520
|
ORA-13520: Database id (string) not registered, Status = string
|
|
Cause
|
The operation failed because the specified database ID was not registered in the Workload Repository properly.
|
|
Action
|
check the status of database id and retry the operation.
|
|
ORA-13521
|
ORA-13521: Unregister operation on local Database id (string) not allowed
|
|
Cause
|
The operation failed because the local database ID cannot be unregistered from the Workload Repository.
|
|
Action
|
check the database id and retry the operation.
|
|
ORA-13523
|
ORA-13523: unable to allocate required space for return type
|
|
Cause
|
Out of memory to allocate the space for the return variable for an external procedure.
|
|
Action
|
Try operation again.
|
|
ORA-13524
|
ORA-13524: error encountered while retrieving baseline information
|
|
Cause
|
A read error occurred during the OCI operation to retrieve the baseline information
|
|
Action
|
Check associated error. Correct problem and retry the operation.
|
|
ORA-13525
|
ORA-13525: error with computing space usage for sysaux occupant
|
|
Cause
|
Error occurred during OCI operation due to underlying error.
|
|
Action
|
Check associated OCI error. Correct problem and retry the operation.
|
|
ORA-13526
|
ORA-13526: baseline (string) does not exist
|
|
Cause
|
The operation failed because the specified baseline name does not exist in the Workload Repository.
|
|
Action
|
check the baseline name and retry the operation.
|
|
ORA-13527
|
ORA-13527: invalid baseline name
|
|
Cause
|
The operation failed because the specified baseline name does not exist in the Workload Repository.
|
|
Action
|
check the baseline name and retry the operation.
|
|
ORA-13528
|
ORA-13528: name (string) is already used by an existing baseline
|
|
Cause
|
The operation failed because the specified baseline name already exists in the Workload Repository.
|
|
Action
|
check the baseline name and retry the operation.
|
|
ORA-13529
|
ORA-13529: Error occurred when flushing AWR table group
|
|
Cause
|
An error occurred during the flushing of a table group. Because of the error in the group, we are unable to flush this table.
|
|
Action
|
Check the error associated with the table group.
|
|
ORA-13530
|
ORA-13530: invalid TOPNSQL string, must be in the range (string, string)
|
|
Cause
|
The user has specified a TOPNSQL setting that is not in the supported range of (MIN, MAX).
|
|
Action
|
Choose a valid TOPNSQL setting and retry the operation.
|