Can PHP and Oracle pass complex types to each other?

Posted by RenderIn on Stack Overflow See other posts from Stack Overflow or by RenderIn
Published on 2010-06-07T14:13:32Z Indexed on 2010/06/15 3:52 UTC
Read the original article Hit count: 133

Filed under:
|
|
|

I want to pass/bind an array of (key1, key2) to an Oracle PL/SQL stored procedure using PHP. I'm able to bind primitive types and arrays of primitive types, but haven't found a way to pass complex datatypes back and forth.

Is this unsupported? So far I've been having to pass along multiple arrays -- one for each subtype in my complex type -- and then depend on their indexes to reconstitute them in the procedure.

© Stack Overflow or respective owner

Related posts about php

Related posts about Oracle