Hi,
I have a question.I am new to oracle.
What do you mean by RCT?
I have this diffculty ..one of my stored procedure has a parameter as show below
c_lookup IN OUT GlobalPkg.RCT
I have to make a call to a stored procedure which contains this parameter using callprepared statement of jdbc.
i have no clue how to deal with it...is it jdbc has a support for Reverse Cursor Type. i am using ORACLE THIN DRIVER...could you guys me a good idea about this.
thanks
I have a question.I am new to oracle.
What do you mean by RCT?
I have this diffculty ..one of my stored procedure has a parameter as show below
c_lookup IN OUT GlobalPkg.RCT
I have to make a call to a stored procedure which contains this parameter using callprepared statement of jdbc.
i have no clue how to deal with it...is it jdbc has a support for Reverse Cursor Type. i am using ORACLE THIN DRIVER...could you guys me a good idea about this.
thanks