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: Execute sql from file

Re: Execute sql from file

From: Fabrizio <fabrizio.magni_at_mycontinent.com>
Date: Sat, 23 Oct 2004 11:46:06 GMT
Message-ID: <417A447E.60305@mycontinent.com>


vertigo wrote:
> Hello
> I use Oracl 9.2i and windows xp.
> I have file named mysql.sql and sql commands there.
> How can i execute this file from SQLPlus ?
>
> Thanx
> Michal
>

You need a @ preceding your script name.

For example:

@mysql.sql

or

@[path to your SQL script]mysql.sql

Regards

-- 
Fabrizio Magni

fabrizio.magni_at_mycontinent.com

replace mycontinent with europe
Received on Sat Oct 23 2004 - 06:46:06 CDT

Original text of this message

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