home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!oracle!unrepliable!bounce
- Newsgroups: comp.databases.oracle
- From: smuench@oracle.com (Steven P. Muench)
- Subject: Re: PL/SQL Tables in Stored Procs
- In-Reply-To: ebuhob@ebu.ericsson.se's message of 18 Nov 92 01:42:02 GMT
- Message-ID: <SMUENCH.92Nov19221816@hqsun4.oracle.com>
- Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
- Nntp-Posting-Host: hqsun4.us.oracle.com
- Organization: Oracle Corp., Belmont CA
- References: <1992Nov18.014202.7076@exu.ericsson.se>
- Date: Fri, 20 Nov 1992 06:18:16 GMT
- X-Disclaimer: This message was written by an unauthenticated user
- at Oracle Corporation. The opinions expressed are those
- of the user and not necessarily those of Oracle.
- Lines: 42
-
- In article <1992Nov18.014202.7076@exu.ericsson.se> ebuhob@ebu.ericsson.se (Hans Bergsten 6264) writes:
-
- > I am trying to use all the new great PL/SQL features in ORACLE7
- > (Developer's Release, V7.0.10.3.1) in an applicationon the SunOS
- > 4.1 platform....
- >
- > - In a package, I have to public variables declared like:
- >
- > TYPE IntTabType IS TABLE OF BINARY_INTEGER INDEX BY BINARY_INTEGER;
- > int_tab IntTabType;
- > int_index BINARY_INTEGER;
- >
- > If I try to initiate these variables from SQL*Plus, I get the following
- > results:
- >
- > SQL> begin test.intab(1) := 0; end;
- > 2 /
- > begin test.intab(1) := 0; end;
- > *
- > ERROR at line 1:
- > ORA-06501: PL/SQL: internal error 75946, arguments: [], [], [], []
- >
- > SQL> begin test.i := 0; end;
- > 2 /
- >
- > PL/SQL procedure successfully completed.
-
-
- I tested these scenarios in 7.0.11.2 on VMS and they all
- create/execute successfully. Thanks for taking the time to test the
- new features. Hopefully you're finding them very flexible and useful
- overall, even if some glitches come up in the Developers' Release. We
- of course depend on curious souls such as yourself to poke at our
- software from all different angles and give us feedback like this.
-
- Thanks.
-
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- Steve Muench Email: smuench@oracle.com
- SQL*Forms Development
- Product Manager
- Oracle Corporation
-