• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General
Home » Oracle » adopscanlog log analyzer utility in R12.2

adopscanlog log analyzer utility in R12.2

May 18, 2016 by techgoeasy Leave a Comment

About adopscanlog utility in R12.2

The adop log files are located on the non-editioned file system (fs_ne), under:

s_ne_base/EBSapps/log/adop/<adop_session_id>/<phase>_<date>_<time>/<context_name>/log

For example, if s_ne_base was /u00/app/TECHGO/fs_ne, the session ID was 10, and the <CONTEXT_NAME> was techgo_server, the path to the adop log files from 1th May 2016 would resemble this:

/u00/app/TECHGO/fs_ne/EBSapps/log/adop/10/apply_20160501_101121/techgo_server

Each cycle of adop creates a subdirectory corresponding to the patch session ID, e.g.

/u00/app/TECHGO/fs_ne/EBSapps/log/adop/1
/u00/app/TECHGO/fs_ne/EBSapps/log/adop/2
etc..etc

When running adop the on-screen terminal output will mention which adop session ID is in use.
e.g. /u00/app/TECHGO/fs_ne/EBSapps/log/adop/9/apply_xyz

AD and TXK C Delta 4 patches has introduced a new Online Patching Log Analyzer Utility adopscanlog

This utility makes the work easiar and analyzes adop log directories for errors and warnings, and displays messages to help the user quickly identify any problems that may have occurred during an adop run. It thereby offers an alternative to reviewing log files manually.
The Log Analyzer utility can be run without options, to scan all log directories of the latest adop session for errors:
$ adopscanlog

The utility can also be run with various options, as shown in the following list.

To scan log directories relating to the latest run of adop in the latest session:
$ adopscanlog -latest=yes
To scan log directories relating to the latest run of the specified phase, in the latest session:
$ adopscanlog -latest=yes -phase=<phase_name>
To scan all log directories of a given session (represented by a session_id) for errors:
$ adopscanlog -session_id=<number>
To scan a specific log directory for errors:
$ adopscanlog –scan_dir=<full path of directory to scan>
To see a complete list of supported parameters:
$ adopscanlog -help

 

Related R12.2 articles to help you 

What happens in cutover phase of adop in R12.2

40 Question you must know about R12.2

R12.2 Online patching sycle Summary

How to rollback the patch after failed cutover phase in R12.2

Filed Under: Oracle, Oracle Ebuisness Suite Tagged With: adopscanlog utility in R12.2

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • Oracle tkprof utility
  • What is Skew in Database?
  • how to find file based on size in linux
  • SQL trace, 10046 event in Oracle
  • How to use sed replace string in file

Copyright © 2023 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us