Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Month: August 2017

August 1, 2017 How Extract the trace file of a concurrent program
APPS DBAInstallations/Configurations-ApplicationsOracle APPS DBA

Step 1. Setup the profile value at user level with the following value

Profile name: “Initialization SQL Statement – Custom

User: [%User Name from which Concurrent program Runs%]

Profile value:

BEGIN FND_CTL.FND_SESS_CTL(”,”,’TRUE’,’TRUE’,”,’ALTER SESSION SET TRACEFILE_IDENTIFIER = abc MAX_DUMP_FILE_SIZE = 5000000 EVENTS =’||””||’ 10046 TRACE NAME CONTEXT FOREVER, LEVEL 12’||””);END;

 

Step 2. Find out where the trace file resides in the DB.

Goto Help -> Diagnosics -> Trace.

enable trace.

popup will show the server path where the trace will get create. Usually .trc file will get created in DB server.

The file path may be say “/u01/app/oracle/admin/prod/udump/PROD_ora_15698_abc.trc”.

the path will be stored along with the trc file name. Usually the value in the profile value TRACEFILE_IDENTIFIER=AKONDURU is used in the trace file naming

 

Step 3. Now we have enabled trace for your user.

Step 4. Login to the DB server. extract the file and convert to readable format.

Go to the following path in the DB server -> ‘/u01/app/oracle/admin/PROD/udump/’. Now, You have to convert it (tkprof) to make it readable. Use the following command to do so.

tkprof (input).trc output.txt EXPLAIN=()

where input.trc is the trace file and output.txt is in readable format

 

Step 5. After you get the trace file. make sure to remove the profile value that you have set for the profile : “Initialization SQL Statement – Custom”.

 

 

August 1, 2017 EBS 12.2.4 application tier autoconfig fails with following error
APPS DBAErrors/Workarounds-ApplicationsOracle APPS DBA

ERROR

Oracle EBS 12.2.4 application tier autoconfig fails with following error.
(more…)

August 1, 2017 Using OA framework, it errors With Error 404–Not Found
APPS DBAErrors/Workarounds-ApplicationsOracle APPS DBA

ERROR

When clearing all cache in Functional Administrator or Using OA framework, it errors With Error 404–Not Found : EBS 12.2.3
(more…)

August 1, 2017 adoafmctl.sh: exiting with status 152
APPS DBAErrors/Workarounds-ApplicationsOracle APPS DBA

ERROR

Starting OPMN managed OAFM OC4J instance …

adoafmctl.sh: exiting with status 152
(more…)