Oracle functions through DBI?

2006-04-26 Thread Riccardo Bonuccelli
Hello, I was wondering (and found nothing bout that on the web), can I use DBI to execute some oracle DB functions? Here's my case: I have a (oracle) function that returns a new free ROW ID randomly and I have to manage that RI from a perl script. Can I use DBI to submit the request to oracle?

Re: Oracle functions through DBI?

2006-04-26 Thread John Scoles
clob ) - Original Message - From: Riccardo Bonuccelli [EMAIL PROTECTED] To: dbi-users@perl.org Sent: Wednesday, April 26, 2006 10:46 AM Subject: Oracle functions through DBI? Hello, I was wondering (and found nothing bout that on the web), can I use DBI to execute some oracle DB

Re: Oracle functions through DBI?

2006-04-26 Thread Alexander Foken
You want to read http://search.cpan.org/~pythian/DBD-Oracle-1.17/Oracle.pm#PL/SQL_Examples Alexander Riccardo Bonuccelli wrote: Hello, I was wondering (and found nothing bout that on the web), can I use DBI to execute some oracle DB functions? Here's my case: I have a (oracle) function that

RE: Oracle functions through DBI?

2006-04-26 Thread Reidy, Ron
http://search.cpan.org/~pythian/DBD-Oracle-1.17/Oracle.pm#Other_Data_Typ es -Original Message- From: Riccardo Bonuccelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 8:46 AM To: dbi-users@perl.org Subject: Oracle functions through DBI? Hello, I was wondering (and found