Re: Trying to use perl to call oracle stored proc to return an object.

2012-05-14 Thread Charles Jardine
On 02/05/12 17:06, Stricker, Scott (IS) wrote: All: I'm trying to use perl to invoke a stored procedure to return an object. DBD::Oracle does not support support the return of objects via parameters. It does have some support for fetching object as select list elements. See the POD for

Re: DBI: For speed-critical forking server, is DB reconnection in each child required? And prepared statements?

2012-05-14 Thread Rob Fries
Hey James, I was running into a similar situation but for a backend system that ran multiple quick scripts to check state for automation. I was working on building a daemon that would hold the connections, adding as needed and destroying excess using some POE modules. while working on it though,