PCA X9-2 – 3.0.2-b1010555: Changed Availability Domain Identifier

Following the application of the most recent patch set to our Oracle Private Cloud Appliance PCA X9-2, currently on version 3.0.2-b1010555, we encountered an issue with our OCI CLI script, which has been in use for some time to generate a block volume. It’s important to note that the script configures parameters such as profile, certificate, and compartment through the use of variables. The “NotAuthorizedOrNotFound” return code indicates that either a) the user’s IAM API key is incorrect, or b) one of the specified parameters is unavailable. Given that answer a) has been ruled out, as basic commands such as oci bv volume list are functioning correctly, the focus should shift to answer b). Among the parameters used, the one…

Read More

Oracle Database Appliance – let’s backup to the Oracle Cloud Infrastructure Object Storage

This blog post describes the setup for an Oracle Database Appliance ODA database backup by RMAN to the Oracle Cloud Infrastructure. Basically there are three destinations for backup and recovery possible: • Oracle Fast Recovery Area (FRA) disk – the Internal FRA • Network File System (NFS) location – external FRA • Oracle Cloud Infrastructure Object Storage – Oracle Object Storage When using backup to the Oracle Cloud Infrastructure Object Storage, the Oracle Database Backup Cloud Service module (opc_installer.jar) is configured in the background. A configuration can be created by the ODA browser interface or by command line tool odacli – what I prefer. When you have already worked with the Oracle Database Backup Service and the OPC module, the…

Read More

Monitor your Oracle Cloud Infrastructure Autonomous Database with your On-Prem Oracle Enterprise Manager 13c

This blog post describes how to use an on-prem Oracle Enterprise Manager 13c to monitor Oracle Cloud Infrastructure Autonomous Databases without internet traffic. In this case, a VPN connection from the data center Mohnweg/Jurasüdfuss/Switzerland to the OCI data center in Zurich is up and running. This method works with a Fast Connect too. From the Oracle Enterprise Manager 13.5 Administrator Guide: Oracle Enterprise Manager supports the following Autonomous Databases and the term “Autonomous Databases” in this guide collectively refers to them: Autonomous Data Warehouse – Dedicated Autonomous Transaction Processing – Dedicated Autonomous Data Warehouse – Shared Autonomous Transaction Processing – Shared Architecture On-Prem: Oracle Enterprise Manager 13.5 RU2 – OL 7 Oracle Cloud Infrastructure: Autonomous Transaction Processing – Shared Requirements…

Read More

Oracle Enterprise Manager 13c Release 5 – Time for Release Update 2

Since a few days the 13.5.0.2 Enterprise Manager Cloud Control Base Platform Monthly Release Update (RU) 2 is available to apply. Time to update my 13.5 lab environment at home to get a first experience about a lot of new features like Oracle Cloud Infrastructure Resource Discovery, Oracle Enterprise Manager Dashboards, Database Scheduler Jobs Metrics and many more. Notes and Links My Oracle Support Notes 13.5.0 Enterprise Manager Cloud Control Base Platform Monthly Release Update (RU) 2 (Doc ID 2822316.1) Enterprise Manager 13.5 Main Release Update List (Includes Plug-ins) (Doc ID 2760230.2) Other Links https://blogs.oracle.com/observability/post/oracle-enterprise-manager-13c-release-5-update-2-13502-is-now-available https://docs.oracle.com/en/enterprise-manager/cloud-control/enterprise-manager-cloud-control/13.5/emcon/new-features-release-update.html Patch Number 33456001 The Environment Oracle Enterprise Manager 13.5 running on Oracle Linux 7.9 Oracle Enterprise Edition Repository 19.13 Single Tenant Oracle Restart /…

Read More

Oracle Cloud Infrastructure Resource Naming Conventions – A short Friday Blog Post

Cleaning up the OCI Resource Chaos This week I have removed all my Oracle Cloud Infrastructure lab resources and cleaned up my compartment to start from scratch building environments with the Automation Manager. There were a lot of resources with names like webserver01, vcn-lab-01, block-volume-web-clone-47 and so on. When I have realized this naming chaos, I have decided to spend some minutes today Friday to think about a small naming convention for my future Oracle Cloud Infrastructure projects. Why having a naming convention? Wikipedia says about Naming Convention: In computer programming, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and documentation. Sounds good, this is what I need. There are…

Read More