JavaScript is turned off in your web browser. Turn it on to take full advantage of this site, then refresh the page.
Menu
Home
Contact
Loading
ORA-06449
ORA-06500
ORA-06501
ORA-06502
ORA-06503
ORA-06504
ORA-06505
ORA-06508
ORA-06509
ORA-06510
ORA-06512
ORA-06513
ORA-06514
ORA-06515
ORA-06516
ORA-06517
ORA-06518
ORA-06519
ORA-06520
ORA-06521
Search results
ORA-06511
Title
:
ORA-06511 PL/SQL: cursor already open
Cause
:
An attempt was made to open a cursor that was already open.
Action
:
Close cursor first before reopening.
Add your comment
2011-04-04 09:22:39: Emilien
Try closing the cursor, then you can re-open it.
Here is the syntax for a CLOSE cursor statement:
CLOSE <cursor_name>
Pseudo:
Comment:
Enter Code Below
Submit
Copyright © 2009-2012
OracleRef
Site created with framework
WebSite-PHP