DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Get "Not Found" error message when use varray

Threaded View

  1. #2
    Join Date
    Nov 2003
    Posts
    4

    Problem Solved, But Confused

    Hi,
    the problem has been solved by using :
    cur_late.extend(1);
    cur_late(1) := 2;

    just curious to know why???
    I have already specified its type of definition and its maximum size of the varray => type late_arr is varray(14) of number;

    why we still need to use Extend method in order to assign value to the varray??? I'm not going to use more than the max size, why should I extend it??Doesn't the Extend Method is used for increasing the size of a collection.

    Pls Help.
    Last edited by charon; 01-20-2004 at 12:43 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width