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-06423: NETCMN: Error in receiving data

1 Answers  


ORA-27069: attempt to do I/O beyond the range of the file

1 Answers  


ORA-16629: Database reports a different protection level from the protection mode.

2 Answers  


ORA-12341: maximum number of open mounts exceeded

1 Answers  


ORA-38756: Flashback is already turned off for this tablespace.

1 Answers  






ORA-07638: smsget: SGA pad area not large enough for created SGA

1 Answers  


TNS-01303: ns main err code: number

1 Answers  


ORA-02009: the size specified for a file must not be zero

1 Answers  


TNS-01006: set password : set the password for subsequent calls

1 Answers  


ORA-22308: operation not allowed on evolved type

1 Answers  


TNS-00026: INTCTL: TNS_ADMIN directory set, and is being used

1 Answers  


ORA-09761: pw_destroyPorts: server call pws_stop_instance failed.

1 Answers  


Categories