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 -> Re: Storing objects in a RDBMS?

Re: Storing objects in a RDBMS?

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 4 Apr 2002 09:33:55 +0100
Message-ID: <3cac0ff3$0$238$ed9e5944@reading.news.pipex.net>


I rather suspect that technically speaking Oracle and IBM etc no longer supply relational databases but object relational ones (to a greater or lesser degree). similarly it is possible to store user defined objects/types in Oracle. However as rather befits two academics (and one pedant - me) this is an entirely academic discussion. The original question cannot in fact be answered for all the reasons you detail in your other post.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
"damorgan" <damorgan_at_exesolutions.com> wrote in message
news:3CABA008.9CCC9CBA_at_exesolutions.com...

> Perhaps you should learn a bit more about Oracle. There is a field type
> in Oracle named BLOB for storing Binary Large Objects. It will store
> anything up to 4GB be it an executable, an image file (for example
> .BMP), a sound file (for example .WAV), or a movie (for example .AVI).
>
> Daniel Morgan
>
>
>
>
> Larry Coon wrote:
>
> > Mikael Petterson wrote:
> >
> > > I only have the option to store objects in a relational database.
> >
> > Then technically speaking, there is no possible solution.
> > A relational database, by definition, won't store objects.
> >
> > You probably want an object-relational database.
> >
> > Larry Coon
> > University of California
> > larry_at_assist.org
> > and lmcoon_at_home.com
>
Received on Thu Apr 04 2002 - 02:33:55 CST

Original text of this message

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