Closes a cursor explicitly, and frees the resources associated with the cursor. It takes effect immediately.
It is recommended that the user close all cursors before explicitly closing a session. Cursors that remain open after a session is closed cannot be used, but may still be using resources.
Cursors are automatically closed if the program backtracks or aborts back beyond where they were created.