Logo 
Search:

SQL FAQ

Submit Interview FAQ
Home » Interview FAQ » SQLRSS Feeds

What must be done after closing a cursor to return memory?

  Shared By: Shruti Sharma    Date: Dec 21    Category: SQL    Views: 1090

Answer:

You must deallocate the cursor. The syntax is

SQL> deallocate cursor cursor_name;

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: