Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vector from Java to the oracle procedure as a parameter.

Status
Not open for further replies.

joereena

Programmer
Apr 18, 2001
8
0
0
IN
Hi,
I want to write a database procedure. This procedure is called in a java program, with vector as one of the arguments. The vector has some rows of data. I want to use these rows of data in the procedure.

Can anybody tell me, in the oracle stored procedure, what should be the data type of the corresponding parameter and how to access this parameter in the stored procedure?

Please Help!!

Thanx

Joereena
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top