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: executing SQL script from a command file

Re: executing SQL script from a command file

From: Serge <rulsl_at_chat.ru>
Date: Tue, 23 Mar 1999 20:01:41 +0300
Message-ID: <7d8he8$5c1$1@news2.aha.ru>


You can use SQL*PLUS instead of Server Manager: plus33 -s user/pass_at_SID @<Script>

<Script> is your sql script, which contains EXIT at the end.

Gary Corless wrote <7d8fm4$go1$1_at_news2.news.iol.ie> ...
>SET ORACLE_HOME=C:\ORANT
>SET ORACLE_SID=LIVE
>cd C:\ORANT\REPORTS
>svrmgr23
>user/pass_at_instance;
>@GenerateReports;
>exit
>------------------------------------------
>
>Can someone please help me.
>
>Thank you,
>
>Gary
>
>
Received on Tue Mar 23 1999 - 11:01:41 CST

Original text of this message

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