Re: samples of Oracle::OCI
[email protected] (Tim Bunce) Thu, 2 Aug 2001 22:30:18 +0100
| Newsgroups | perl.dbi.oracle-oci |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 02, 2001 at 04:42:45PM +0200, itamar elem wrote: > hi > > we do every thing we could to > produce perl-script which work with Oracle::OCI + DBI::Oracle > but we fail to succeed with that and we need that scripts > very much. > can anyone suply 2 full examples: > > 1: perl script which maintain insert from array in Oracle::OCI + > DBI::Oracle(the DBI use just for the connect) the rest by Oracle::OCI > > 2: perl script which maintain select,execute,OCIDefineByPos,fetch in > Oracle::OCI + DBI::Oracle(the DBI use just for the connect) the rest by > Oracle::OCI We're exploring a new frontier. You're in uncharted lands. The best thing to do is help us help you help yourself. In otherwords (small) show example code and the trace output (enable DBI->trace(9)). The closest thing to a map we have is the OCI demos in the $ORACLE_HOME/rdbms/demo directory. Always start by building and testing one of those - whichever does what you need - first. Tim. p.s. I've seen the other emails to the list and I'm planning to respond to them early next week. And probably issue a new release as well to move things along.