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-01649: operation not allowed with a backup controlfile

1 Answers  


ORA-27155: could not execute file

1 Answers  


QSM-01042: anchor and matching join arc check failed for string

1 Answers  


ORA-06316: IPA: Invalid database SID

1 Answers  


NNL-00004: invalid command argument "string"

1 Answers  


ORA-31621: error creating master process

1 Answers  


ORA-31694: master table string failed to load/unload

1 Answers  


ORA-24377: invalid OCI function code

1 Answers  


ORA-00268: specified log file does not exist 'string'

1 Answers  


ORA-06743: TLI Driver: cannot alloc t_bind

1 Answers  


LSX-00290: invalid enumeration choice "~S"

1 Answers  


ORA-30932: Reference node 'string' not contained in specified parent node 'string'

1 Answers  


Categories