Oracle Oracle Database Appliance: Install a DB Release Update manually 15.02.2022 by Clemens Bleile By Clemens Bleile Recently I upgraded an ODA X7-M from 19.12. to 19.13. After the dcs-, server- and storage-upgrade several databases on the machine had to be patched from 19.9. to 19.13. The [root@<node> ~]# odacli create-prepatchreport --dbhome --dbhomeid(…)
Oracle Oracle Database Appliance (ODA): Adjusting to the new ORACLE_BASE-setting from 19.11. onwards 21.01.2022 by Clemens Bleile By Clemens Bleile From Oracle Database Appliance (ODA) version 19.11. onwards the ORACLE_HOMEs and ORACLE_BASE will be created on ACFS, i.e. take space from an ASM-diskgroup instead of taking filesystem space from /u01. See this blog concerning details. If(…)
Oracle opatch hangs while patching OEM 13.4. concerning the log4j-vulnerability 29.12.2021 by Clemens Bleile By Clemens Bleile To address the log4j-vulnerability I recently had to fix the Oracle Enterprise Manager 13.4.-installation for a customer. REMARK: Please check the following link for details concerning the log4j-vulnerability and how Oracle is affected: alert-cve-2021-44228 and(…)
Oracle Script to calculate the network latency between the application and the Oracle DB-server 29.12.2021 by Clemens Bleile By Clemens Bleile Network latency is crucial for applications, especially if lots of “row by row”-processing (some call it “slow by slow”-processing) is used by the application or if lots of data is transported between the database and the application.
MS Teams MacOS: Reduce fan noise when using Microsoft Teams 28.12.2021 by Clemens Bleile The Laptop I’m using for the business is a MacBook Pro, model 2019 (2.6 GHz 6-Core Intel Core i7). I’m thankful to be able to choose the Hardware and OS of my business laptop at dbi services. We have collegues(…)
Oracle Exadata Cloud at Customer: Considerations for Backup & Recovery 28.12.2021 by Clemens Bleile Working in a project where the customer migrates from an on-premises environment to Exadata Cloud at Customer provides insights about the decisions to take and what to consider when using the Exadata Cloud at Customer environment. In a series of(…)
Oracle ODA 19.11.: ORACLE_HOMEs on ACFS 04.08.2021 by Clemens Bleile Introduction Beginning with Oracle Database Appliance (ODA) 19.11. the ORACLE_BASE and ORACLE_HOMEs are created on ACFS. That’s good news, because there is much more space on ASM than on the internal disks, i.e. no space issues with /u01 anymore. So(…)
Oracle Creating an Oracle Snapshot Copy PDB on top of ASM 16.07.2021 by Clemens Bleile Creating a snapshopt copy Pluggable Database (PDB) on top of Automatic Storage Management (ASM) is not possible, because you need to have a filesystem which supports sparse files. According the following MOS-Note sparse files are supported on Automatic Storage Management(…)
Oracle Parameterized Views with SYS_CONTEXT in Oracle. How can the optimizer peek values? 03.06.2021 by Clemens Bleile There was a dicsussion a couple of years ago about a mssing feature in Oracle that the Optimizer is not peeking values when SYS_CONTEXT is being used in a predicate. I.e. specifically when using SYS_CONTEXT in Views to simulate passing(…)
Oracle Adding nmon to Oracle OSWatcher 23.03.2021 by Clemens Bleile nmon (nmon is short for Nigel’s performance Monitor for Linux on POWER, x86, x86_64, Mainframe & now ARM (Raspberry Pi)) is a nice tool to monitor a Linux system. Originally it came from the AIX-platform, where it is very(…)