472,122 Members | 1,471 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,122 software developers and data experts.

send a table of records from pro C to Oracle pl/sql stored procedure

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
Eran
Jul 19 '05 #1
1 5043
er****@gmail.com (Eranut) wrote in message news:<c8*************************@posting.google.c om>...
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
Eran


Look up array inserts and bulk load in the manuals. You can also call
a stored procedure or submit anonymous code from a Pro*c program.

Which, depends on exactly what you want to do.

You may get more responses if you posted in the
comp.databases.oracle.tools group.

HTH -- Mark D Powell --
Jul 19 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by traceable1 | last post: by
1 post views Thread by Dan Caron | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.