| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Curious about code in privutil.sql
"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 CadotReceived on Thu Sep 09 2004 - 12:58:42 CDT
![]() |
![]() |