Oracle 19c installation

From: Hameed, Amir <amir.hameed_at_sleepnumber.com>
Date: Thu, 17 Nov 2022 21:58:20 +0000
Message-ID: <CH0PR14MB50127DF32F2C78CED8481524E0069_at_CH0PR14MB5012.namprd14.prod.outlook.com>



Hi,
I am installing Oracle 19c on RHEL8. Section 3.8.1 Bug 30286976 of document Oracle Database Release Notes 19c E96072-20 July 2021 states the following:

3.8.1 Bug 30286976
To install Oracle Database 19c on Oracle Linux 8 or Red Hat Enterprise Linux 8, download the 19.3 Oracle Database software binaries from Oracle Technology Network (OTN), and then apply the 19.6 or 19.7 release updates (RUs) during the Oracle Database and Oracle Grid Infrastructure installation or upgrade process.

Installation Process:
During the Oracle Database and Oracle Grid Infrastructure installation process, run the runInstaller and gridSetup.sh commands with the -applyRU and -applyOneOffs options to install the latest 19.6 RU or 19.7 RU for Oracle Linux 8 and Red Hat Enterprise Linux 8:

Single-instance Oracle Database (19.6):
$ export CV_ASSUME_DISTID=OL7
$ 19.3_dbhome/runInstaller -applyRU 19.6DBRU patch 30557433 location -applyOneOffs 19.6OJVM patch 30484981 location, 19.6Oneoff patch 30150710location

However, when I run the following command, it keeps failing with export CV_ASSUME_DISTID=OL7
./runInstaller -ignoreSysPrereqs -applyRU /software/oracle19c/patches/19-Oct-2021/32904851



OPatchAutoBinary hit an Exception: oracle.opatch.opatchsdk.OPatchException: Cannot access inventory of the Oracle Home..

opatchauto FAILED with an Exception.

Nov 17, 2022 4:42:54 PM oracle.install.ivw.common.driver.job.InstallerPatchJob runCommand WARNING: java.lang.RuntimeException: OPatch failed to locate Central Inventory. Possible causes are:

    The Central Inventory is corrupted
    The oraInst.loc file specified is not valid.

        at oracle.opatch.ipm.RawInventory.init(RawInventory.java:158)
        at oracle.opatch.ipm.RawInventory.getInstance(RawInventory.java:89)
        at oracle.opatch.ipm.IPMReadServices.getRawInventory(IPMReadServices.java:212)
        at oracle.opatch.ipm.IPMReadServices.loadInventory(IPMReadServices.java:1989)
        at oracle.opatch.opatchsdk.OPatchContext.loadInventory(OPatchContext.java:602)
        at oracle.opatch.opatchsdk.OPatchContext.<init>(OPatchContext.java:570)
        at oracle.opatch.opatchsdk.OPatchContext.getInstance(OPatchContext.java:212)
        at oracle.opatchauto.core.binary.OPatchAutoBinary.<init>(OPatchAutoBinary.java:97)
        at oracle.opatchauto.core.OPatchAutoCore.runOPatchAutoBinary(OPatchAutoCore.java:179)
        at oracle.opatchauto.core.OPatchAutoCore.main(OPatchAutoCore.java:74)
Cannot access inventory of the Oracle Home..

I can install the software by using the following command though: export CV_ASSUME_DISTID=OL7
./runInstaller

Any reason that the command that includes the RU patch is failing?

Thanks,
Amir

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Nov 17 2022 - 22:58:20 CET

Original text of this message