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: sqlplus functionality to run sql scripts in java (create, compile...)

Re: sqlplus functionality to run sql scripts in java (create, compile...)

From: Pete's <empete2000_at_yahoo.com>
Date: 3 Apr 2003 06:38:39 -0800
Message-ID: <6724a51f.0304030638.64120434@posting.google.com>


Have you checked out Oracle's sqlj ?????

HTH,
Pete's

Christof Kaiser <kaiser_at_logiball.de> wrote in message news:<3E8AF51F.C5C50176_at_logiball.de>...
> Hi,
>
> I have a application where tables and pl/sql packages need to be
> created.
> Until now, this is done in sql scripts that are called from sqlplus,
> everything works fine.
>
> But I d like to use the same scripts from java.
> is there a component that does this for me?
> Its not hard to write a java class that runs the "create table"s etc
> from a file, but i also need to compile pl/sql and always want to check
> the status of the command / compilation.
>
> in short, i am re-implementing the sqlplus functionality in a java class
> where i can check if the stuff was run successfully.
>
> I found hensql add sourceforge, from which i might strip the
> functionality, but as i am using it in a comercial product i cant make
> my application GPL license.
>
> TIA
> christof
Received on Thu Apr 03 2003 - 08:38:39 CST

Original text of this message

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