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 |
RMAN-20203: translation in progress
ORA-25123: Too many components specified in the name.
SQL*Loader-00645: error converting character length field to a number
ORA-16588: no more internal buffers
EXP-00075: rounding FILESIZE down, new value is string
TNS-00145: PUMPS value in INTCHG.ORA is too large.
PROC-00004: The cluster registry key to be operated on does not exist.
ORA-03219: Tablespace 'string' is dictionary-managed, offline or temporary
ORA-32839: property string is reserved, names with MGWPROP$_ prefix are not valid
ORA-02252: check constraint condition not properly ended
ORA-27486: insufficient privileges
ORA-28658: This operation is supported only for Index-Organized tables