Restrictions on Cursor Variables:-
- Cursor variable can't use with dynamic sql.
- Cursor variable can't use with in package because it is not having persistent state.
- Nulls can't assigned to cursor variable.
- Remote procedure can't accept cursor variable
No comments:
Post a Comment