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: Running an SQL script from C Shell (Unix)

Re: Running an SQL script from C Shell (Unix)

From: Avi Abrami <aabrami_at_intersystemsww.com>
Date: Tue, 03 Oct 2000 09:34:33 +0200
Message-ID: <39D98C09.1E92620D@intersystemsww.com>

jpebejer_at_maltanet.net wrote:

> I have a script (myscript.sql) which I want to run AUTOMATICALLY each
> time from the shell through some sort of scripting (on a UNIX box).
>
> Aren't there some command line parameters to do this ?
> Say SQL*Plus myscript.sql ?
>
> Many Thanks
> JP
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

Hi JP,
This may be a trick question, but what about

    sqlplus <user>/<password> myscript

or am I missing something?

Avi. Received on Tue Oct 03 2000 - 02:34:33 CDT

Original text of this message

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