Xref: alice comp.databases.oracle.misc:21276
Path: alice!news-feed.fnsi.net!news.idt.net!howland.erols.net!netnews.com!mr.net!news.mr.net!rain.mm.com!151.111.254.17
From: johng@nospam.mm.com (TurkBear)
Newsgroups: comp.databases.oracle.misc
Subject: Re: Run SQL Script
Date: Wed, 14 Oct 1998 20:35:19 GMT
Organization: [poster's organization not specified]
Lines: 20
Message-ID: <36250ab0.21245619@news2.mm.com>
References: <01bdf798$e48bd1a0$0a0a2c0a@jmiguel.intra.cet.pt>
Reply-To: johng@nospam.mm.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Newsreader: Forte Agent 1.0/32.390
X-Authenticated-User: johng

"miguel" <jmiguel@cet.pt> wrote:

>Oracle 8.04/ NT
>
>Can someone tell me why:
>> @c:\test\test.sql
>give the message "unable to open file .."? (The path and name are correct.
>I create test.sql on NOTEPAD by editing SELECT USER FROM DUAL;)
>
>Thanks,
>Miguel

Try
@c:\test\test

SqlPlus assumes .sql so don't type it....However, having a file with the same
name as a directory is often confusing...

try renaming test.sql to mytest.sql and see if it works better...
To reply please remove the 'nospam' part of the address
