Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Can ProC read a PL/SQL user defined record structure?

Re: Can ProC read a PL/SQL user defined record structure?

From: <suisum_at_freenet.edmonton.ab.ca>
Date: 1997/04/24
Message-ID: <5jmplc$c32$1@news.sas.ab.ca>#1/1

Hi Kelvin:

Maybe I am wrong. I don't think it can be done. The communication between PL/SQL and C is dbms_pipe. I think dbms_pipe is limited to simple data type e.g. VARCHAR2, NUMBER, DATE etc..

If you have found something, please let me know.

Best regards,

Kelvin.Stingel_at_ubs.com wrote:
: Hi,
 

: Is it possible to code an (user defined ) PL/SQL record in a stored
: procedure then pass that record as an OUT parameter into the C code
: filling a host array.
: If Yes then take it 1 step further and say that the PL/SQL Record
: contains PL/SQL tables and another PL/SQL Record, so that the PL/SQL
: records are nested.
: Has anybody got this working?
 

: regards
: Kelvin

--
Best regards,
Received on Thu Apr 24 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US