| Author |
JDBC input parameter for type IS TABLE OF VARCHAR2
|
Steve Jiang
Ranch Hand
Joined: May 17, 2004
Posts: 106
|
|
I need to set the input parameter for plan_list (Type DBMS_SPM.NAME_LIST) in dbms_spm.evolve_sql_plan_baseline in JDBC ,
and
Normally which kind of structure should we use in OracleCallableStatement query?
|
 |
Steve Jiang
Ranch Hand
Joined: May 17, 2004
Posts: 106
|
|
I think I find the answers for it. We can use setPlsqlIndexTable of OracleCallableStatement to bind the input parameter as table.
Thanks,
|
 |
Steve Jiang
Ranch Hand
Joined: May 17, 2004
Posts: 106
|
|
I tried to
Which type should we set for DBMS_SPM.NAME_LIST in OracleCallableStatement?
Thanks,
|
 |
 |
|
|
subject: JDBC input parameter for type IS TABLE OF VARCHAR2
|
|
|