Re: [GENERAL] A QUESTION ABOUT evaluation of two-dimensional Associative Arrays

2013-09-02 Thread BladeOfLight16
On Tue, Aug 27, 2013 at 9:24 AM, superzhangfei wrote: > When the package be excused,an error occured. > Hello. First, can you reproduce the error without the PACKAGE? As in just CREATE TYPE and CREATE PROCEDURE statements? If so, what are the errors? And I think you mean "executed" instead of "e

[GENERAL] A QUESTION ABOUT evaluation of two-dimensional Associative Arrays

2013-08-27 Thread superzhangfei
Hello This is Robin. I'm learning about the package of Enterprisedb. I wrote a package like:CREATE OR REPLACE PACKAGE BODY pkg_test_d2IS TYPE t_d2_tab IS TABLE OF integer INDEX BY integer;TYPE t_d2_arr IS TABLE OF t_d2_tab INDEX BY integer; v_D2_Value t_d2_arr;v_D2_Max integer DEFAULT 0; PROCEDURE