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 -> input an array of structures to pl/sql pgm

input an array of structures to pl/sql pgm

From: Mark Lybarger <MarkLybarger_at_copper.net>
Date: Thu, 3 Feb 2000 18:09:10 -0500
Message-ID: <SOnm4.35$4g3.797@newsfeed.slurp.net>


does anyone know if it's possible to pass an array of structures from a C/C++ program to a pl/sql program? i'm using oracle 7.3, and am told it's not so easy to do. I would like to avoid having to call my stored procedure 100 times, and instead pass an array of 100 structures for the stored proc to process.

Thanks,
Mark Received on Thu Feb 03 2000 - 17:09:10 CST

Original text of this message

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