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: utility to deploy web applications

Re: utility to deploy web applications

From: Raymond Kirby <rkirby_at_mylineup.com>
Date: 2000/07/25
Message-ID: <397DF469.BDCC52A2@mylineup.com>#1/1

You don't have to go "into" sqlplus to run scripts sqlplus supports command line processing.

example
sqlplus user/password_at_server @script.sql parm1 parm2 ...

just remember to place and "exit" at the end of your script. so your make file will continue to process.

ljunquera_at_my-deja.com wrote:

> I am looking for a tool to help me create builds for database
> components. I am currently using visual source safe (we're looking at
> cvs) and gnu make. I can script my builds using macros to build my
> java components and deploy class, jsp's and html files, but I still
> need to go into sqlplus to run my sql scripts. I would love to
> automate the database part of the process also and run one make file to
> build and deploy everything. Does anybody have any suggestions?
>
> Thanks,
> Leo
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Jul 25 2000 - 00:00:00 CDT

Original text of this message

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