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: binary operators in PL/SQL ?

Re: binary operators in PL/SQL ?

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Mon, 26 Apr 1999 20:02:15 +0100
Message-ID: <7g29pm$b1s$1@news.inet.tele.dk>


Matthias Barmeier <barmeier_at_mamba.com> wrote in message news:371f293f.23223042_at_news.usenetserver.com...
> Hi,
>
>
> I would like to binary OR to integer values.
> e.g.
> x=14 || 20; /* C notation */
> value of x is then 30
>
> are there such operators in PL/SQL ?
>
> I cannot find anything in the docs.
>
> Ciao
> Matthias Barmeier

They're in UTL_RAW.BIT_OR. Look up the documentation for UTL_RAW and make sure that it's installed (utlraw.sql and prvtrawn.plb in the admin file catalog).

HTH. Finn Received on Mon Apr 26 1999 - 14:02:15 CDT

Original text of this message

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