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

RMAN-03000: recovery manager compiler component initialization failed

2 Answers  


TNS-00298: Request to Navigator: string

1 Answers  


ORA-37021: (XSMULTI02) Object workspace object is not acquired.

1 Answers  


ORA-13526: baseline (string) does not exist

1 Answers  


ORA-02729: osncon: driver not in osntab

1 Answers  


RMAN-06077: datafile string is a different version than contained in the controlfile

1 Answers  


SQL*Loader-00475: field for dynamic file name is string in table string

1 Answers  


NNL-00261: Request forwarding is currently enabled

1 Answers  


ORA-30568: cannot drop log group - nonexistent log group

1 Answers  


ORA-09884: Two Task interface: SID doens't match current PU

1 Answers  


ORA-07609: szprv: $HASH_PASSWORD failure

1 Answers  


ORA-18003: an outline already exists with this signature

1 Answers  


Categories