OracleRef

MenuMenu

Home Home
Contact Contact

Loading

ORA-06501 ORA-06501


ORA-06502 ORA-06502


ORA-06503 ORA-06503


ORA-06504 ORA-06504


ORA-06505 ORA-06505


ORA-06508 ORA-06508


ORA-06509 ORA-06509


ORA-06510 ORA-06510


ORA-06511 ORA-06511


ORA-06512 ORA-06512


ORA-06514 ORA-06514


ORA-06515 ORA-06515


ORA-06516 ORA-06516


ORA-06517 ORA-06517


ORA-06518 ORA-06518


ORA-06519 ORA-06519


ORA-06520 ORA-06520


ORA-06521 ORA-06521


ORA-06522 ORA-06522


ORA-06523 ORA-06523




 
ORA-06513

 ORA-06513

Share

Title :

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





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 do not use index values less than 1.




 
 
 
Pseudo:

Comment:
CAPTCHA Image


Reload Captcha Image
Enter Code Below
 

Copyright © 2009-2012 OracleRef
Site created with framework WebSite-PHP