what is tuning in oracle apps technical
Answers were Sorted based on User's Feedback
Answer / ravi soma
Tuning in apps to resolve the performance issues (means ot
reduse the time taken by a Query using the Explin Plan and
TK Proof)
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / kutti
Tuning is nothing but checking the query performance,suppose you have a query which is taking more time to finish.in that scenario we do performance tuning for that query.
we have to check why and where query is taking more time by using Explain plan in SQL Tools.then we will fix that issue with proper tuning.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chalam
Tuning in oracle apps is to reduce the time taken by the
query by using the statement Explain Plan
| Is This Answer Correct ? | 5 Yes | 0 No |
Give a brief overview on OrderManagement.
What are file in oracle.
What is multoorg and what is it's level or structure
name all status attributes.
hi friends! i need sample codes for oracle apps 11i conversion and interfaces.If u have,plz send me
2 Answers Pathway Technologies,
How to print multi currency,multi language in xml?
what are the error tables in OM
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.
i have 100 pages output. i want to print 10 records per page in Template?
How to link modules in apps
what is the difference between procedure and function
How to make Parameter as Mandatory?