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: pl/sql

Re: pl/sql

From: Ethan Post <epost1_at_my-deja.com>
Date: 2000/05/15
Message-ID: <8fpr3i$6pt$1@nnrp1.deja.com>#1/1

In your .bat or .sh file you need:

sqlplus username/password_at_connection @filename.sql

In the .sql file you will want the following:

execute procedure_name(param1, param2...) /

You might need to set some environment properties also, give me a call if you need more - Ethan - 858 350-2397

In article <xFZT4.573$Cq4.23185_at_news.uswest.net>,   "Larry Pettit" <larry.pettit_at_ps.net> wrote:
> How can you execute a PL/SQL program from a batch file in Unix or NT?
>
>

--
http://www.freetechnicaltraining.com/home/ethan


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon May 15 2000 - 00:00:00 CDT

Original text of this message

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