Re: SQL Plus won't spool to a filename that contains _at_
From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Fri, 4 Oct 2002 22:37:27 +0200
Message-ID: <3d9dfc03$0$96795$edfadb0f_at_dspool01.news.tele.dk>
Date: Fri, 4 Oct 2002 22:37:27 +0200
Message-ID: <3d9dfc03$0$96795$edfadb0f_at_dspool01.news.tele.dk>
I'm sure that's what Stuart ment.
Finn
"Kevin" <googleQandA_at_yahoo.com> wrote in message
news:dde36e95.0210040616.750d1d1a_at_posting.google.com...
> stuco_at_cobaltspoon.com (Stuart Cowen) wrote in message
news:<29563b71.0210030931.3e36201d_at_posting.google.com>...
> > Kevin:
> >
> > You must use the escape character '\' before the '_at_' symbol.
> >
> Stuart,
>
> Thanks, but I did not want to use the escape character because the
> file name is generated from a PL/SQL function call and I did not want
> to return an escaped filename. So I compromised and wrapped the
> function in a REPLACE this way the name is only escaped for my script,
> not any other callers.
>
> -Kevin
Received on Fri Oct 04 2002 - 22:37:27 CEST