What are the ways to monitor the performance of the report?
Answer / anil_abbireddy
1. reports profile option
2. reports trace option
| Is This Answer Correct ? | 4 Yes | 0 No |
what r the various types of reports
What SYNCHRONIZE procedure does ?
What is the User-Named Editor?
What is lexical parameter ?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
What is a master detail relationship?
What is new_form built-in?
What is a Navigable item?
How to solve the error ?Frequency below its group? while running the report. Why it is happened and How to solve that?
What are the three types of user exits available ?
how to send file attachment from oracle forms
Explain master-detail relationship with some examples.