Re: perl dbi
- From: douglasg.wilson@xxxxxxxxx (Douglas Wilson)
- Date: Fri, 18 Jul 2008 09:30:17 -0700
On Thu, Jul 17, 2008 at 7:19 PM, gene golub <gene_golub@xxxxxxxxxxx> wrote:
1. how do you process procedures
Often the same or nearly the same way you process other SQL statements.
There are often examples in the DBD::* (whatever DBD you are using)
documentation.
2. what if I have multiple select or exec statements? Can dump output to file and process it in awk or egrep manner?
You're not very clear here. Yes you can execute multiple statements...with
multiple calls to execute(). You can pretty easily output results to a
file, there
are probably even modules to make it even easier.
HTH,
Douglas Wilson
.
- References:
- perl dbi
- From: Gene Golub
- perl dbi
- Prev by Date: Segfault in Oracle 10.2.0.1 (XE) when fetching rows which contain lobs
- Next by Date: Re: Problem with DBD::Oracle ora_auto_lob not working
- Previous by thread: perl dbi
- Next by thread: Problem with DBD::Oracle ora_auto_lob not working
- Index(es):