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: <fitzjarrell_at_cox.net>
Date: 15 Sep 2005 10:27:26 -0700
Message-ID: <1126805245.989053.248520@o13g2000cwo.googlegroups.com>

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 Received on Thu Sep 15 2005 - 12:27:26 CDT

Original text of this message

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