What is implicity cursor . When it fires . For which
statement it will fire(Insert/update/delte).
What is the attribute of implicity and explicity cursor
oracle 9i.
What is the Rec cursor.
Answers were Sorted based on User's Feedback
oracle automatically creates area for DML operations
programmer ill not have control for this cursor.
%found,%notfound,%rowcount,%isopen
Explicit cursor is user has to declare and open and
fetch for DML sql statment into this cursor explicit cursor
attributes are
sql%found,sql%notfound,sql%rowcount,sql%isopen
refcursor is datatype,a variable created based on such a
datatype is generally called cursor variable associated
with different queries at run-time.,by using this variable
capability to pass result sets between subprograms.
| Is This Answer Correct ? | 3 Yes | 0 No |
How You Will display the key flexifields in your report
How do u identity its name of report?
How can a process be deployed in soa?
what is difference between po_headers_all and po_headers
What is the link between AP and GL in oracle apps R/12?
4 Answers Bosch, Collabera, Synechron,
where the accounting related data is stored ?
hi friends! i need sample codes for oracle apps 11i conversion and interfaces.If u have,plz send me
2 Answers Pathway Technologies,
Plz anybody send me Technical specification for AP Interface
where is setup of business group done?
WHAT IS REFCURSOR IN ORACLE ?
what are the types of interfacing?
Name the different Cursor Attributes.