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: Curious about code in privutil.sql

Re: Curious about code in privutil.sql

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Thu, 9 Sep 2004 19:58:42 +0200
Message-ID: <4140992f$0$15557$636a15ce@news.free.fr>

"Terry Dykstra" <dontreply_tddykstra_at_forestoil.ca.x> a écrit dans le message de news:BD00d.116652$A8.68734_at_edtnps89...
> I'm looking at the script modplsql\owa\privutil.sql (as supplied in the 9205
> security#68 release) and it has the following section:
>
> /* The broken line below is intentional */
> NL_CHAR constant char(1) := '
> ';
>
> Anyone understand what the idea is behind this intentional broken line?
>
> --
> Terry Dykstra
> Canadian Forest Oil Ltd.
>
>

Put a new line character in the NL_CHAR constant. Same as NL_CHAR := chr(10);

-- 
Regards
Michel Cadot
Received on Thu Sep 09 2004 - 12:58:42 CDT

Original text of this message

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