Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Compiling pl/sql in sqlplus with an @ char within the code?
In article <448814db$0$11078$9b4e6d93_at_newsread4.arcor-online.net>, Maxim
Demenko says...
> It seems, sqlplus gets broken on the first nonwhitespace "@" character (
> regardless it is quoted).
> In the PL SQL Developer this code compiles fine. I would suggest a
> workaround as
>
> htp.p('
> <style type="text/css" media="screen">
> '||chr(ascii('@'))||'import "incl/css/layout.css";
> </style>
> ');
>
Yes - that seems like a really good workaround - many thanks.
-- jeremyReceived on Thu Jun 08 2006 - 07:41:48 CDT
![]() |
![]() |