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

Home -> Community -> Usenet -> c.d.o.server -> Re: SqlPlus by ftp

Re: SqlPlus by ftp

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Thu, 15 Sep 2005 20:30:08 +0200
Message-ID: <dgce4o$7ki$2@news1.zwoll1.ov.home.nl>


fitzjarrell_at_cox.net wrote:
> daniellopez21 wrote:
>

>>How i can, execute a .sql file by ftp.
>>
>>I tried, sqlplus USER/PASS_at_SID
>>@ftp://xx.xxx.xx.xxx/mydir/mydir/myfile.sql
>>
>>But, don't work.
>>
>>
>>Thank's กก

>
>
>
> Does this work without a login and password:
>
> ftp://xx.xxx.xx.xxx/mydir/mydir/myfile.sql
>
> This may be the source of your problems as anonymous ftp must be
> configured for such calls to work.
>
>
> David Fitzjarrell
>

Apart from that - should it not be:
host ftp://xx.xxx.xx.xxx/mydir/mydir/myfile.sql, instead of:
@ftp...
?
-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Thu Sep 15 2005 - 13:30:08 CDT

Original text of this message

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