Home » Oracle » Oracle Ebuisness Suite » adopscanlog log analyzer utility in R12.2

adopscanlog log analyzer utility in R12.2

How to check logs in adop

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

adopscanlog utility in R12.2

  • AD and TXK C Delta 4 patches have introduced a new Online Patching Log Analyzer Utility adopscanlog
  • This utility makes the work easier analyzes adop log directories for errors and warnings, and display 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 the directory to scan>

To see a complete list of supported parameters:

$ adopscanlog -help

Related R12.2 articles to help you 

See also  Oracle Locks & table locks: How it works

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

Leave a Comment

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

Scroll to Top