Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP Oracle 8i enterprise and java

Re: HELP Oracle 8i enterprise and java

From: Steven Franson <smfranson_at_novell.com>
Date: Fri, 27 Aug 1999 16:09:53 -0600
Message-ID: <37C70CB1.A91B8E06@novell.com>


Write a simple java program that takes a SQL statement from a command line parameter, parses it (if necessary) and use the Oracle JDBC drivers to execute the update. The command line could look something like this:

C:\>java ExecuteUpdate "select * from all_tables"

JS wrote:
>
> Anyone here know how to hook both Oracle 8i enterprise and java together
> in order to execute update from the C:\ prompt???? If so, please, do
> tell.
Received on Fri Aug 27 1999 - 17:09:53 CDT

Original text of this message

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