| |
GeekInterview.com > Interview Questions > Oracle > PL/SQL
| Print | |
Question: Without closing the cursor, If you want to open it what will happen. If error, get what is the error?
|
| September 09, 2007 17:11:26 |
#2 |
| Sirisha |
Member Since: Visitor Total Comments: N/A |
RE: Without closing the cursor, If you want to open it... |
| It is legal to open an already opened cursor. When we try to open an already opened cursor, the cursor when it is initially opened is automatically closed and again opened. |
| |
Back To Question | |