dirtdog has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, I'm trying to execute sql in perl w/DBI that works when i run from sqlplus using Oracle 11, but it doesn't seem to work when I run it in perl using DBI. It doesn't fail. It just doesn't return anything.
REGEXP_LIKE(note_tx, 'CA\s+\n?Merged\s+\n?From:\s+\n?Vendor:')
I'm using perl v5.8.0 with DBI version 1.30 on aix versions 6.1
Does anyone know why it's not working?
Any help is much appreciated
thanks, Tony
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: REGEXP_LIKE W/DBI
by erix (Prior) on May 29, 2014 at 22:39 UTC | |
|
Re: REGEXP_LIKE W/DBI
by runrig (Abbot) on May 29, 2014 at 23:30 UTC | |
by AnomalousMonk (Archbishop) on May 30, 2014 at 01:48 UTC | |
by dirtdog (Monk) on May 30, 2014 at 12:49 UTC | |
|
Re: REGEXP_LIKE W/DBI
by GotToBTru (Prior) on May 29, 2014 at 21:19 UTC |