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: Types in Oracle

Re: Types in Oracle

From: Jim Kennedy <kennedy-downwithspammersfamily_at_attbi.net>
Date: Thu, 24 Jun 2004 14:11:58 GMT
Message-ID: <OiBCc.170306$Ly.143647@attbi_s01>

"fouad" <fouad_at_weh.rwth-aachen.de> wrote in message news:cbemk9$e11$1_at_nets3.rz.rwth-aachen.de...
> Hello Evrybody,
>
> i m a newbie in Oracle and i have some Questions.
> how can i define an enumeration Type in Oracle9i, something like
enum{green,
> yellow,red} in C?
> the secend question ist how can i store efficiently images in Oracle?
>
> Tanks for your Help
>
> A Oracle-Newbie
>
>

Use blobs to put the images in Oracle. Read the manual on the types. Might be able to use a constraint.
Jim Received on Thu Jun 24 2004 - 09:11:58 CDT

Original text of this message

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