Oracle DBA, How To, Error, Cause and Action

ORA-06533: Subscript beyond count

ORA-06533: Subscript beyond count


Cause:


An in-limit subscript was greater than the count of a varray or too large for a nested table.



Action:


Check the program logic and explicitly extend if necessary.

No comments:

Post a Comment

Thanks for your comment.