DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Oracle datatype

  1. #1
    Join Date
    Aug 2001
    Posts
    390



    [Edited by mike73 on 08-27-2001 at 03:15 PM]

  2. #2
    Join Date
    Mar 2001
    Posts
    314
    Well....... an INTEGER datatype is one w/o any fractional part and your app gives it the max possible value for Oracle which is NUMBER(38,0) ( it being the same as NUMBER(38)).

    Also, Oracle does not have an INTEGER datatype (PL/SQL uses INTEGER as a datatype, which is a subtype of NUMBER), so your app sets it as NUMBER.

    My 2c's

    -amar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width