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: No unsigned in Oracle?

Re: No unsigned in Oracle?

From: Martin T. <bilbothebagginsbab5_at_freenet.de>
Date: 13 Jul 2006 06:14:45 -0700
Message-ID: <1152796485.389893.186130@m79g2000cwm.googlegroups.com>


Jens Lenge wrote:
> Hello world,
>
> am I just too blind or is there really no equivalent to unsigned
> integer types in Oracle?
>

Not as far as I know. (But then, I know not that much.)

> However, my Oracle9i does not even accept SQL statements involving
> types like "smallint unsigned". Is this normal or am I doing something
> wrong?
>

You could post your statement, might be enlightening.

Try, for example: http://www.techonthenet.com/oracle/datatypes.php

And what for would you need this type? The NUMBER type has a precision of I think 38 digits - so you can even easily store an unsigned int64 (not that I've seen one so far) :)

best,
Martin Received on Thu Jul 13 2006 - 08:14:45 CDT

Original text of this message

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