Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the difference between Explicit and Implicit Cursors?


An Implicit cursor is one created "automatically" for you by Oracle when you execute a query. It is simpler to code
An Explicit cursor is one you create yourself. It takes more code, but gives more control - for example, you can just open-fetch-close if you only want the first record and don't care if there are others DBA_DATA_FILES.
Related Posts Plugin for WordPress, Blogger...
Flag Counter