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: SQLPLUS script

Re: SQLPLUS script

From: udaj <udaj_at_email.msn.com>
Date: Tue, 19 Oct 1999 10:55:18 -0400
Message-ID: <OjLOMGkG$GA.249@cpmsnbbsa03>

jag <jag_at_treelogic.com> wrote in message news:7tshb4$sde$1_at_diana.bcn.ttd.net...
> I am new in oracle ... and I want execute (in SQLPLUS) a text file with
> commands in sql ... I think that it's possible but I don't know how.
>
> Can anyone help me??
>
> Thanks
>

Hi,

Let's say that your file is sql_file.txt in c:\

you have to type the foll in sql prompt:

SQL> @c:\sql_file.txt

that should run your file

Viji Received on Tue Oct 19 1999 - 09:55:18 CDT

Original text of this message

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