send a table of records from pro C to Oracle pl/sql stored procedure
From: Eranut <eranut_at_gmail.com>
Date: 25 Aug 2004 17:48:27 -0700
Message-ID: <c8a04c6a.0408251648.783e2dc_at_posting.google.com>
Hi,
Date: 25 Aug 2004 17:48:27 -0700
Message-ID: <c8a04c6a.0408251648.783e2dc_at_posting.google.com>
Hi,
I am trying to understand if there is a way to send a table of records
(table of structs) from pro C to Oracle pl/sql stored procedure.
Since Oracle is demanding definition of the *sent* array exactly as it
is define in the *recieving* end I am not sure it is possible.
Thanks