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-13291: conversion error between the specified unit and standard unit

1 Answers  


ORA-23312: not the masterdef according to string

1 Answers  


DRG-10817: CONTAINS term consists of stopword or phrase of stopwords: string

1 Answers  


ORA-26507: null master connection

1 Answers  


ORA-17508: I/O request buffer ptr is not alligned

1 Answers  






ORA-01757: Must specify an object number

1 Answers  


TNS-00552: no valid cipher suites were specified

1 Answers  


NZE-28872: Invalid peer certificate format

1 Answers  


ORA-39070: Unable to open the log file.

1 Answers   IBM,


ORA-16600: Failover operation can only be submitted at target database.

1 Answers  


ORA-27146: post/wait initialization failed

1 Answers  


QSM-02091: mv references a non-repeatable or session-sensitive expression

1 Answers  


Categories