ORA-06513: PL/SQL: index for PL/SQL table out of range for
host language array



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

Post New Answer

More Oracle Errors Interview Questions

ORA-30687: session terminated by debugger

1 Answers  


ORA-16516: The current state is invalid for the attempted operation.

0 Answers  


RMAN-08039: channel string: starting incremental datafile backupset restore

1 Answers  


RMAN-08584: copying current controlfile

1 Answers  


ORA-23467: flavor lacks object "string"."string"

1 Answers  






ORA-38708: not enough space for first flashback database log file

2 Answers  


PCB-00229: Indicator variable "string" has wrong type or length

1 Answers  


ORA-07650: sigunc: $GETJPIW failure

1 Answers  


TNS-12590: TNS:no I/O buffer

1 Answers  


ORA-01535: rollback segment 'string' already exists

2 Answers  


RMAN-06452: %s package upgraded to version string

1 Answers  


PLS-00550: character set specification is not allowed for this type

1 Answers  


Categories