0% found this document useful (0 votes)
52 views3 pages

EURC DT (ReadinessChecker)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views3 pages

EURC DT (ReadinessChecker)

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

EBS 12.

2 Upgrade Readiness Checker - Database Tier (EURC-DT) (Doc ID To


2749775.1) Bottom

This document describes how to use the EBS 12.2 Upgrade Readiness Checker - Database
Tier (EURC-DT) tool.
The most current version of this document can be obtained in My Oracle Support
Knowledge Document 2749775.1.
There is a change log at the end of this document.
Note: To receive automatic notifications of updates, subscribe to the Hot Topics Notification
feature in My Oracle Support, as described in Document 793436.2, Subscribing to Hot Topic
E-Mails.
In This Document
This document is divided into the following sections:
 Section 1: Overview
 Section 2: Obtaining EURC-DT
 Section 3: Using EURC-DT
o 3.1: Preparing To Run EURC-DT
o 3.2: Running EURC-DT
 Section 4: Log Files and Report
o 4.1: Log Files
o 4.2: Report
 Section 5: References
Section 1: Overview
The EBS 12.2 Upgrade Readiness Checker - Database Tier (EURC-DT) tool performs checks
based on key technical requirements as listed in Oracle E-Business Suite Upgrade Guide.
Specifically, EURC-DT:
 Can be used when upgrading to Oracle E-Business Suite Release 12.2 from any
previous release.
 Is available for all platforms on which Oracle E-Business Suite is supported.
 Verifies that critical system administration and other pre-upgrade technical steps have
been performed.
 Provides both a summary report and detailed log files for all checks performed.
 Can be used for on-premises EBS instances, or instances on Oracle Cloud
Infrastructure (all database services).
 Is compatible with Oracle Database 19c, 12cR1, and 11gR2.
Section 2: Obtaining EURC-DT
1. Create or specify a patching stage area directory for staging patches. The stage area
can be in any mount location accessible from the database tier.
o For example: <RDBMS ORACLE_HOME>/appsutil/temp/eurc-dt

This patching stage area will be used to download all the required patches prompted
by EURC-DT.

2. Also download the latest ETCC Patch 17537119 to the patching stage area. Otherwise
you will be prompted to do so later, when EURC-DT runs.

3. EURC-DT is available from My Oracle Support as Patch 32288423. Download and


unzip this patch under your patching stage area, specifying -o unzip option to
overwrite any older version.
$ cd <patching stage area>
$ unzip -o p32288423_R12_GENERIC.zip

Section 3: Running EURC-DT


3.1 Preparing To Run EURC-DT
You will now source the appropriate environment file. The file you source will depend on
whether you are using the multitenant architecture. Follow either Section 3.1.1 or Section
3.1.2 as applicable.
3.1.1 Not Using Multitenant Architecture
If you are not using the multitenant architecture, source the environment for the RDBMS
ORACLE_HOME with the appropriate command for your platform.
UNIX:
$ . ./<RDBMS ORACLE_HOME>/<CONTEXT_NAME>.env

Windows:
C:\> <RDBMS ORACLE_HOME>\<CONTEXT_NAME>.cmd

3.1.2 Using Multitenant Architecture


If you are using the multitenant architecture, source the EBS PDB environment file with the
appropriate command for your platform.
UNIX:
$ . ./<RDBMS ORACLE_HOME>/<EBS PDB Name>_<NODE_NAME>.env

Windows:
$ <RDBMS ORACLE_HOME>\<EBS PDB Name>_<NODE_NAME>.cmd

3.2 Starting EURC-DT


Note: The EURC-DT tool can be run in two different modes, check (the default) and fix.
 Specifying mode=check makes no changes:
o perl eurc_dt.pl mode=check

 Specifying mode=fix recompiles invalid objects and rebuilds unusable indexes.


o perl eurc_dt.pl mode=fix
The example shown below will be for check.
Run the following command to start EURC-DT:
$ perl eurc_dt.pl

1. Respond to the following prompts:


$ Enter SYSTEM password:
$ Enter APPS schema password:

2. (Conditional) Respond to the following prompt:


$ Is your instance running on Exadata Cloud at Customer (Y/N):

3. EURC-DT then runs and produces a report, which is described in Section 4 along
with the log files that are also created.
Section 4: Log Files and Report
4.1 Log Files
The EURC-DT tool creates log files and reports as shown in the following table.
Item Location or Description
Log file Directory <patching stage area>/<ORACLE_SID>_eurc-dt/
Log File Name Format <ORACLE_SID>_eurc-dt.log

Report Name Format <ORACLE_SID>_EURC-DT_Report.html

4.2 Report
The report produced by EURC-DT has the following structure.
Column Title Description
Check Name Check from Oracle E-Business Suite Upgrade Guide.
Check Type Required, Recommended or Conditional, based on Oracle E-
Business Suite Upgrade Guide.
Check Made For What was checked by EURC-DT.
Action Needed to  Manual Step Needed - You must perform the manual step
Meet Upgrade Guide listed so the instance will satisfy the requirement in the
Requirement corresponding Upgrade Guide step.
o Note that for some checks, any actions needed will
still be marked as manual steps and require DBA
review for any pending actions.
 No Action Needed - The instance satisfies the requirement
described in the corresponding Release 12.2 Upgrade Guide
step. No further action is necessary.

You might also like