The supported version to upgrade to Oracle Access Manager 12.2.1.4 is Oracle Access Manager 12.2.1.3.0. This blog provides instructions to upgrade a highly available(Admin server listening on virtual IP), two node cluster deployment of OAM 12.2.1.3 following in-place upgrade method. The Admin server configuration directory is placed on shared storage between the two nodes to support … Continue reading Upgrade Oracle Access Manager to 12.2.1.4
Author: aninditakar
12.2.1.4 Standalone Oracle HTTP Server upgrade issues
An upgrade without issues is no upgrade at all! Let's go through a few of those when upgrading to OHS 12.2.1.4. 1. Domain reconfiguration Improper file permissions causes standalone OHS domain reconfiguration to fail. cd $ORACLE_HOME/oracle_common/common/bin ./reconfig.sh -log=ohs12214_reconfg.log -log_priority=ALL 2023-04-12 23:09:27,018 FINE [55] com.oracle.cie.domain.ConfigHelper - copyFile failed: from=/u02/private/oracle/config/domains/ohs/config/fmwconfig/components/OHS/ohs1/cgi-bin/printoam to=/u02/private/oracle/config/domains/ohs/config/fmwconfig/components/OHS/instances/ohs1/cgi-bin/printoam java.io.FileNotFoundException: /u02/private/oracle/config/domains/ohs/config/fmwconfig/components/OHS/instances/ohs1/cgi-bin/printoam (Permission denied) at java.io.FileOutputStream.open0(Native … Continue reading 12.2.1.4 Standalone Oracle HTTP Server upgrade issues
Upgrade Standalone Oracle HTTP Server to 12.2.1.4 – part 2
After OHS 12.2.1.4 installation and reconfiguration , proceed to upgrading domain and system component configurations to 12.2.1.4.Ensure JVM character encoding is set to UTF-8 for the platform prior invoking UA so as not to run into Unicode characters related upgrade issues. Start the Upgrade Assistant cd $NEW_ORACLE_HOME/oracle_common/upgrade/bin ./ua -- -- -- -- -- -- -- … Continue reading Upgrade Standalone Oracle HTTP Server to 12.2.1.4 – part 2
Upgrade Standalone Oracle HTTP Server to 12.2.1.4
A Standalone HTTP Server is not managed by Oracle WebLogic domain or Oracle Enterprise Manager Fusion Middleware Control, rather by Oracle WebLogic Server Node Manager. It is configured without Oracle Fusion Middleware Infrastructure, unlike a Managed Oracle HTTP Server which is associated with a WebLogic domain.Find out whether OHS is collocated or standalone – cd … Continue reading Upgrade Standalone Oracle HTTP Server to 12.2.1.4
Upgrade to Oracle EBS 12.2.11 — issues and solutions part 3
In this final blog post (previous ones Part 2 & Part 1) we will explore the issues specific to RUP 12.2.11. Let’s dive in… RUP 12.2.11 — Patch 31856789 a. Relinking failed due to environment variables vi adrelink.log Removing extra variables from the environment… adrelink will save the following variables (if set): Generic: “PATH ORACLE_HOME TMPDIR TZ APPL_TOP APPLFENV … Continue reading Upgrade to Oracle EBS 12.2.11 — issues and solutions part 3
Upgrade to Oracle EBS 12.2.11 — issues and solutions part 2
Continuing from the previous blog here.This topic is related to post configuration steps, Online Patching Enablement phase and applying AD, TXK Delta 13 patches. 1. Adgrants warning on DBMS_UPG_* objects A pre-requisite step of the latest Oracle E-Business Suite Online Patching Readiness and GSCC Report Patch for 12.2 is to run adgrants.sql as APPS user.The warning messages … Continue reading Upgrade to Oracle EBS 12.2.11 — issues and solutions part 2
Upgrade to Oracle EBS 12.2.11 — issues and solutions part 1
Oracle E-Business Suite RUP 12.2.11 is the latest release from Oracle and upgrading to this version comes with it’s distinct set of issues. And I did run into quite a bit of those during our engagement with a customer.These may be specific to certain operating systems, like, for example, un-setting environment variables in RHEL Linux … Continue reading Upgrade to Oracle EBS 12.2.11 — issues and solutions part 1
FS Clone failed to deregister Oracle Home
Most of the time, on a newly commissioned Linux OS, Swap space might not be allotted. Suppose under such circumstances, you want to install EBS R12.2 file system for which Oracle recommended Swap memory is 16 GB or more.It is acceptable to ignore the recommendation and proceed with laying down of R12.2 file system, provided … Continue reading FS Clone failed to deregister Oracle Home
Significance of EVENT initialization parameter in Oracle 19c Database
While upgrading Oracle E-Business Suite to R12.2.11, we faced an issue which highlights the aftermath of the “event” initialization parameter being absent at CDB level. sqlplus -s APPS/***** @/d01/apps/PDBSID/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql ‘/d01/apps/PDBSID/fs1/EBSapps/appl/xdp/12.0.0/patch/115/sql/XDPMIGFX.sql ‘ Connected. PL/SQL procedure successfully completed. DECLARE * ERROR at line 1: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at … Continue reading Significance of EVENT initialization parameter in Oracle 19c Database
OAM SSO login failure due to missing communication protocol with LDAP
After a recent quarterly security patching on your OAM environment, you might have found out that a routine sanity check fails with SSO login errors.At a first glance, you might be tempted to believe that there is something wrong with LDAP.However, the underlying cause can be attributed to the TLS 1.2 requirements mandated for OAM … Continue reading OAM SSO login failure due to missing communication protocol with LDAP