Can any one help me how to read a jawa object into a PL/SQL procedure. let me explain in detail.

I have a Vector consists of 1000 Records. Each record consists 40 fields(columns). I have to read those 40 columns in a stored procedure like

CREATE PROCEDURE PROC1 ( VAR1 NUMBBER,VAR2 NUMBER,.....) AS

within this procedure i have to insert into a table.

please try to give me a solution asap.

thank u