How To Trace A Concurrent Request and Generate TKPROF File
How To Trace A Concurrent Request and Generate TKPROF File
How To Trace A Concurrent Request and Generate TKPROF File
TKPROF File
How to Trace a Concurrent Request And Generate TKPROF File
Turn On Tracing
Responsibility: System Administrator
Navigate: Profiles > System
Query Profile Option Concurrent: Allow Debugging
Set profile to Yes
Run the following SQL to find out the Raw trace name and location for the concurrent
program. The SQL prompts the user for the request id
3. TKPROF Trace File
Once you have obtained the Raw trace file you need to format the file using TKPROF.
explain: This option provides the explain plan for the sql
statements
Another example: To get (TKPROF) sorted by longest running queries first and limits the results
to the “Top 10″ long running queries
$ tkprof <filename.trc> <output_filename> sys=no explain=apps/<password> sort=’(prse
la,exeela,fchela)’ print=10
Oracle Applications products use flexfield qualifiers to identify certain segments used for
specific purposes. eg: segment named ‘Account’ is qualified as ‘Natural Account’so that
it identifies Accounts, similarly a segment named ‘Company’ can be qualified as
‘Balancing Segment’, i.e, for these segment values B/S can be brought out in Accounting
Flexfield in GL.
1. configuration/set up
2. Customization
3. Conversion
Customization is relatively different thing, something that is not a part of oracle apps core
product but the client requirement demands it we go for Customization. If the
functionality demanded by the client exists in the application, it is to be configured
according to his needs by taking some data, this is called configuration
There are few reasons that a scheduled order could be Backordered during pick release
process.
1. In-sufficient onhand
For report i have two parameters those are from_date and to_date ,so to_date
should be greater when compare to from_date ,if we are giving to_date is less then it
must shows some error how we will make it.
While defining Parameters you can set range option(in concurrent prog parameters
window). Select low for from_Date and high for to_Date.Then it will not allow for
from_date > to_date.
1. Host
2. Immediate
6. Oracle Reports
9. Spawned
10. Sql*Lodar
11. Sql*Plus
API stands for application program interface. Oracle has its own api facility to transfer
data from a external source to oracle base table so api is an standard oracle tool to
transfer data to oracle database. It is a very simple method and a person with no technical
background also can use api. Example-uploading journal and budget data through API.
You may found additional explanation in the Oracle Applications System Administrator’s
Guide - configuration Release 11i ( appendix C)