Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Long filenames bug with plus80
I think your problem is that you need the closing quote. At least long file names work fine for
me as long as I *enclose* them in quotes.
e.g. @'c:\my dir\sql1.sql'
vincent terrisse wrote:
>
> I experienced a problem using plus80 when using long filenames:
>
> I launch a script sql1.sql :
> >plus80 user/pwd_at_inst1 @'E:\my dir\sql1.sql
>
> with sql1.sql running another sql file:
>
> @@sql2.sql
>
> The result is:
> unable to open file "E:\my.sql"
>
> Any idea ??
>
> vincent
--
"Programming today is a race between software engineers
striving to build bigger and better idiot-proof programs,
and the universe trying to produce bigger and better idiots.
So far, the universe is winning."
Rick Cook, mission manager,
NASA Mars Pathfinder project.
Received on Wed Sep 29 1999 - 10:57:26 CDT
![]() |
![]() |