在Oracle DB中:
我有以下存储过程:
procedure getInfo ( p_ids IN IDS_TABLE, p_details OUT cursor )
类型IDS_TABLE是:
create or replace type IDS_TABLE as table of IDS
create or replace type IDS as object ( id1 NUMBER, id2 NUMBER, id3 NUMBER )
如何在Java中调用getInfo?
泛舟湖上清波郎朗