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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to implement link list

Re: How to implement link list

From: Roger Snowden <rsnowden_at_labinterlink.com>
Date: 1997/01/09
Message-ID: <01bbfe44$23e593e0$096fc589@LHV-06.labinterlink.com>#1/1

Allen Kirby <akirby_at_att.com> wrote in article <32CBD391.6937_at_att.com>...
> Wong Ming Ho wrote:
> >
> > Hello All,
> >
> > Does there any way to implement link list inside Oracle?
> > Thanks for advance

Try using the CONNECT BY syntax. Check out the Application Developers Guide, Appendix B. This is the blurb about the EXPLAIN PLAN facility. The PLAN_TABLE is organized as a linked list. On page B-17 of the December 1992 version of the book there is a code example for created a nested format output of the PLAN_TABLE. Geeky stuff.

Roger Received on Thu Jan 09 1997 - 00:00:00 CST

Original text of this message

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