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

Thread: about data type?

  1. #1
    Join Date
    Sep 2001
    Posts
    99
    In oracle, the standard data type is char,varchar,varchar2,number,date,blob ....
    but in procedure, we can use more data type, like int,integer,float,boolean. The int data type is a child type of number. I think int is equal to number(38). So would you tell me others? I want to know the relation between standard data type and child data type.
    Please help
    thanks
    ocean

  2. #2
    Join Date
    Oct 2001
    Posts
    122
    surf Tahiti.oracle.com and search 8.1.7 docs for pl/sql datatypes. This may help.

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