Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Types in Oracle
"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
![]() |
![]() |