dbTalk Databases Forums  

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

comp.databases.oracle comp.databases.oracle


Discuss send a table of records from pro C to Oracle pl/sql stored procedure in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Eranut
 
Posts: n/a

Default send a table of records from pro C to Oracle pl/sql stored procedure - 08-25-2004 , 07:48 PM






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

Reply With Quote
  #2  
Old   
Mark D Powell
 
Posts: n/a

Default Re: send a table of records from pro C to Oracle pl/sql stored procedure - 08-26-2004 , 09:39 AM






eranut (AT) gmail (DOT) com (Eranut) wrote in message news:<c8a04c6a.0408251648.783e2dc (AT) posting (DOT) google.com>...
Quote:
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 --


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.