ORA-06513: PL/SQL: index for PL/SQL table out of range for
host language array
Answer / guest
Cause: An attempt is being made to copy a PL/SQL table to a
host language array. But an index in the table is either
less than one or greater than the maximum size of the host
language array. When copying PL/SQL tables to host language
arrays, the table entry at index 1 is placed in the first
element of the array, the entry at index 2 is placed in the
second element of the array, etc. If an table entry has not
been assigned then the corresponding element in the host
language array is set to null.
Action: Increase size of host language array, or decrease
size of PL/SQL table. Also make sure that you don't use
index values less than 1.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
PLS-00510: Float cannot have scale
RMAN-12005: error during channel cleanup
RMAN-08092: channel string: specifying datafilecopy of datafile string for proxy backup
PLS-00594: the SELF parameter can be declared only as IN or as IN OUT
RMAN-20501: redo logs from parent database incarnation cannot be applied
ORA-14012: resulting partition name conflicts with that of an existing partition
QSM-01050: roll-up check failed for materialized view, string
ORA-02157: no options specified for ALTER USER
PLS-00659: constructor method must return SELF AS RESULT
ORA-12810: PARALLEL_MAX_SERVERS must be less than or equal to string
ORA-19501: read error on file "string", blockno string (blocksize=string)
ORA-01936: cannot specify owner when creating users or roles