| Author |
how to call stored proc with index-by-varchar table parameters
|
weiran zhou
Greenhorn
Joined: Jan 21, 2011
Posts: 1
|
|
Hi,
I have a stored proc with input parameter of type:
TYPE token_value_tt IS TABLE OF VARCHAR2(480) INDEX BY VARCHAR2(50);
I have a java map object which stores the key-value pairs which I think the key corresponding to INDEX.
How to pass this java map object into the stored proc using JDBC?
Thanks,
Wei
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
|
Welcome to the Ranch, Wei!
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: how to call stored proc with index-by-varchar table parameters
|
|
|