Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!feeder2-1.proxad.net!news16-e.free.fr!not-for-mail
From: "Michel Cadot" <micadot{at}altern{dot}org>
Newsgroups: comp.databases.oracle.server
References: <BD00d.116652$A8.68734@edtnps89>
Subject: Re: Curious about code in privutil.sql
Date: Thu, 9 Sep 2004 19:58:42 +0200
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Lines: 26
Message-ID: <4140992f$0$15557$636a15ce@news.free.fr>
Organization: Guest of ProXad - France
NNTP-Posting-Date: 09 Sep 2004 19:55:59 MEST
NNTP-Posting-Host: 82.67.171.166
X-Trace: 1094752559 news16-e.free.fr 15557 82.67.171.166:1430
X-Complaints-To: abuse@proxad.net
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.server:224600


"Terry Dykstra" <dontreply_tddykstra@forestoil.ca.x> a écrit dans le message de
news:BD00d.116652$A8.68734@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


