|
Oracle: About the cursor
Hi,guys!
I have something to ask!
I am a new programmer,i am doing my business with Storage procedure of oracle ! When i look at the code which was coded by experience men in our team , a question in face of me!Please help me on resolving it!
.....
IN_TXN_TIME IN TIMESTAMP,
....
OPEN C1 FOR V_SQL
USING IN_TXN_TIME;
My problem is that i dont konwn what is the function of the word "using ",when we open the cursor!
Last edited by guelphdad; 11-19-2007 at 01:02 PM..
Reason: clarified the database application being used
|