Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: sqlplus question

RE: sqlplus question

From: Ghadge,Sameer <Sameer_Ghadge_at_Syntelinc.com>
Date: Tue, 29 Jan 2002 01:40:27 -0800
Message-ID: <F001.003FE52A.20020129013024@fatcity.com>

u can also create batch file
if os is windows
e.g. t.sql as
set serveroutput on;
select * from tab;
exit;

put this in some batch file
eq bb.bat
sqlplus fxsam/s_at_du @t

and schedule bb.bat
> -----Original Message-----
> From: Stephane Faroult [SMTP:sfaroult_at_oriole.com]
> Sent: Monday, January 28, 2002 11:40 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: sqlplus question
>
> And if you are running an unavowable OS, you can probably turn your
> SQL*Plus script into a jPL/SQL procedure and schedule it using dbms_job.
>
> "Weaver, Walt" wrote:
> >
> > Cron? At?
> >
> > -----Original Message-----
> > Sent: Monday, January 28, 2002 3:21 PM
> > To: Multiple recipients of list ORACLE-L
> >
> > Hello,
> > I need to run some script using Oracle Sqlplus. The script is only
> suppose
> > to run certain days of week.
> > Does anyone have a suggestion how to do that.
> >
> > Thank you.
> > --
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Stephane Faroult
> INET: sfaroult_at_oriole.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ghadge,Sameer
  INET: Sameer_Ghadge_at_Syntelinc.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jan 29 2002 - 03:40:27 CST

Original text of this message

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