Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: pl/sql
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
![]() |
![]() |