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.
Answer Posted / venkatesh
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 |
Post New Answer View All Answers
How do you register report in oracle apps?
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
In oracle application how do you debug or trace errors?
please send me forms, xml pulisher questions,answers
how to print multi lay outs,muti currency,muti language in xml publisher
How can you achieve loose coupling in soa framework?
pls send me out bound code of supplers,site,bankiformation code pls as soon as
What is count(*) from po_vendors(any table)?
Is soa a part of oracle fusion middleware?
What are the Standard Reports and Forms in HRMS?
What are the different components you should consider while defining a responsibility in oracle apps?
what is the difference between request group and request security in oracle apps?
In hierarchical structure of a database? we have write query from where we should start?
What is instead of trigger in where we will use?
Tell me how to find the custom directory in front end?