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: Where should place my sql scripts?

Re: Where should place my sql scripts?

From: Alison Holloway <Xalison.holloway_at_oracle.comX>
Date: Tue, 22 Apr 2003 18:22:39 +1000
Message-ID: <3EA4FBCF.1040703@oracle.comX>


Sure, just tell SQL*Plus the path. The syntax is:

@{url|file_name[.ext]} [arg...]

For example:

@c:\temp\myscripts\script.sql
@http://machine.com/scripts/script.sql

Alison

Peter wrote:
> Sqlplus is complaining that it cannot find my scipts.
> Can I specify where the scripts are in the sql command?
>
>
Received on Tue Apr 22 2003 - 03:22:39 CDT

Original text of this message

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