Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: executing SQL script from a command file
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
![]() |
![]() |