Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Two-Dimensional Arrays

Two-Dimensional Arrays

From: <info_at_revealnet.com>
Date: Fri, 12 Mar 1999 15:40:20 GMT
Message-ID: <7cbch2$flv$1@nnrp1.dejanews.com>


A new entry has been added to the "Archives" section of the "PL/SQL Pipeline" a free internet club for Oracle PL/SQL developers worldwide. It is hosted by PL/SQL author Steven Feuerstein and sponsored by RevealNet.

http://www.revealnet.com/pipeline.htm -------------------------------------
Two-Dimensional Arrays By Steven Feuerstein You can use a PL/SQL table as an array, but only one that is single- dimensional. If you need to make use of the more common two-dimensional array, such as a 10-by-10 array composed of 100 cells, then a PL/SQL table alone won't do the trick. You can, however, build a layer of code that emulates a traditional N-by-M array based on the PL/SQL table data structure. The article in this archive entry explains how to build such a package and includes the text in it as well.
------------------------------------ RevealNet News

DB*ACE will be available this summer. It will be a combination Student's Knowledge Base for Oracle Administration, coupled with practice tests for Oracle OCP Certification. It will serve as an excellent student/beginner's reference as well as an exam guide. To keep informed, drop us a message at info_at_revealnet.com

Best wishes,

Cam White
RevealNet

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Mar 12 1999 - 09:40:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US