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 store a directory info into a database?

Re: How to store a directory info into a database?

From: Carl Rosenberger <carl_at_db4o.com>
Date: Fri, 24 May 2002 23:13:22 +0200
Message-ID: <acma5d$tl2$07$1@news.t-online.com>


AV wrote:
> simples option:
>
> structure > xml > string > blob
>
> no headache about mapping, but no simple
> [elements] search possibilities...

Yuck!

What's the point of using a database at all to do the above? You are not using any database capabilites at all. You could do the same by storing the information to a flat file.

I see a very interesting future:
Relational database users that try to store objects will serialize (or XMLize) everything to blobs.
...just to fulfill the only pattern that makes management happy: "Yeah, we use Oracle to store our data."

Good luck!

There are other products that love tree structures.

Kind regards,
Carl

---
Carl Rosenberger
db4o - database for objects - http://www.db4o.com
Received on Fri May 24 2002 - 16:13:22 CDT

Original text of this message

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