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

Home -> Community -> Usenet -> c.d.o.tools -> newbie:

newbie:

From: Steve Holland <steve.holland_at_re-m.com>
Date: 20 Jun 2001 07:29:00 -0700
Message-ID: <b77217b1.0106200629.544afcd0@posting.google.com>

I'm basicallly trying unsuccessfully to store a simple tree structure in an Oracle 8i (8.1.7) database i.e.

SectionA
-SectionA_sub1
-SectionA_sub2

SectionB
-SectionB_sub1
--SectionB_sub1_sub1
--SectionB_sub1_sub2
-SectionB_sub2

SectionC
-SectionC_sub1
-SectionC_sub2

Could some one please give me some hints/help pointers in the right direction of how I would go about doing this, if possible it would be able to cope with adding more sections/subsections to an undefined number of layers. To me this looks like an XML document, would it be easier trying to work with this as an XML document (if so any ideas?? I'm using PHP), or try and put this in a table.

any help would be great.

Thanks In Advance

Steve Received on Wed Jun 20 2001 - 09:29:00 CDT

Original text of this message

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