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: OCI or OCCI

Re: OCI or OCCI

From: Jim Kennedy <jim>
Date: Fri, 28 Apr 2006 07:23:30 -0700
Message-ID: <DZidnVXQafhQuc_ZnZ2dnUVZ_umdnZ2d@comcast.com>

"schw" <schwartz_at_alpha.net.pl> wrote in message news:1146219657.077399.291990_at_g10g2000cwb.googlegroups.com...
> Hi All,
>
> I have a java program and I'd like to call a stored procedure or create
> triggers on oracle, can I use OCI for this ?
>
> thanks
>
> best regards
> schw
>

Creating triggers are a rare thing. You don't keep creating them, unlike selecting, updating,deleting, inserting data. So for creating triggers use SQLPlus. For Java I would use JDBC to connect to the database. Jim Received on Fri Apr 28 2006 - 09:23:30 CDT

Original text of this message

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