A
Arun
Respected Sir,
In respect to input and output to Stored Procedure.
we can pass as indivitual parameter to the SP's for insert statements from
..net.
for reports we can get as ref cursor and able to display the values in the
form.
My Query..
1.What are all the input parameter that oracle SP will under stand?
2.Pasing object or Array as a parameter is it Possible ?.If so Can you help
us in finding a object in which we can group all the values and send to sp
as one object and the sp will split into the correspoding variable and
insert in the query.
3. Will the performance will reduce when we pass as individual parameter.?
-Regards
Arun
In respect to input and output to Stored Procedure.
we can pass as indivitual parameter to the SP's for insert statements from
..net.
for reports we can get as ref cursor and able to display the values in the
form.
My Query..
1.What are all the input parameter that oracle SP will under stand?
2.Pasing object or Array as a parameter is it Possible ?.If so Can you help
us in finding a object in which we can group all the values and send to sp
as one object and the sp will split into the correspoding variable and
insert in the query.
3. Will the performance will reduce when we pass as individual parameter.?
-Regards
Arun