Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SqlPlus by ftp
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
![]() |
![]() |