Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Run SQL Script

Re: Run SQL Script

From: TurkBear <johng_at_nospam.mm.com>
Date: Wed, 14 Oct 1998 20:35:19 GMT
Message-ID: <36250ab0.21245619@news2.mm.com>


"miguel" <jmiguel_at_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 Received on Wed Oct 14 1998 - 15:35:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US