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: Difference between Integer and Number

Re: Difference between Integer and Number

From: <kenneth.koenraadt_at_no-spam.hotmail.com>
Date: Wed, 16 Oct 2002 14:39:09 GMT
Message-ID: <3dad7431.1107642@news.mobilixnet.dk>


On Wed, 16 Oct 2002 16:06:44 +0200, JW <Benutzer_at_beispiel.net> wrote:

>Hello everybuddy!
>
>I just want to know if there is any difference between the use of
>integer and number as a primary key.
>
>I īve got a database design tool, which handles them identically.
>
>Thanks
>
> James
>

Hi James,

Oracle stores INTEGER internally as a NUMBER(38).

So the answer must be : Yes, an INTEGER differs from a NUMBER(p,s), unless you specify NUMBER(38,0) or NUMBER(38);

Received on Wed Oct 16 2002 - 09:39:09 CDT

Original text of this message

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