Oracle PL/SQL - Why Cursor Variables Are Easier to Use than Cursors
Interview Question Database For Software Developers
|
|
| Why Cursor Variables Are Easier to Use than Cursors | | Why Cursor Variables Are Easier to Use than Cursors? - Oracle DBA FAQ - Working with Cursors in PL/SQL | | By: FYIcenter.com | Cursor variables are easier to use than cursors because:
- Cursor variables are easier to define. No need to give a specific query statement.
- Cursor variables are easier to open. You can specify the query dynamically at the time of open.
- Cursor variables can be passed into procedures or functions.
| | ID: 751 | Rank: 1094 | Votes: 0 | Views: 53 | Submitted: 20070428 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|