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: How do you run PLSQL in batch?

Re: How do you run PLSQL in batch?

From: Allan Nelson <anelson_at_houston.rr.com>
Date: Thu, 21 Dec 2000 20:15:42 -0600
Message-Id: <10717.125193@fatcity.com>


I'm not sure what you mean by batch. Once you have the procedure or package compiled and you have granted execute on it to the appropriate folk you can call it from SQL*Plus with execute my_package; If you print stuff to the screen remember to do a set serveroutput on. Maybe you better tell us a little more about your environment and requirements.

Allan
----- Original Message -----
From: "Smith, Ron L." <rlsmith_at_kmg.com>
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Thursday, December 21, 2000 1:43 PM Subject: How do you run PLSQL in batch?

> Can someone tell me how to run PLSQL in batch? I tried SQL*PLUS but that
> doesn't work. Sorry, I'm not a developer.
>
> Ron Smith
> Database Administration
> rlsmith_at_kmg.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Smith, Ron L.
> INET: rlsmith_at_kmg.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 Thu Dec 21 2000 - 20:15:42 CST

Original text of this message

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