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: How to store bit info

Re: How to store bit info

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 7 Apr 2005 06:23:24 -0700
Message-ID: <1112880204.343837.75520@f14g2000cwb.googlegroups.com>


Evan

Take a look at the RAW datatype and the provided UTL_RAW package.

You can also just use a NUMBER datatype. This would allow you determine individual bit settings using the BITAND function within SQL.  The UTL_RAW package provides a routine for conversion of RAW to NUMBER and NUMBER to RAW.

HTH -- Mark D Powell -- Received on Thu Apr 07 2005 - 08:23:24 CDT

Original text of this message

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