If you need to get your Tenancy OCID to use in some of your scripts, there is no simple oci-cli command that will do it for you. However, using some parameters you can get the raw output: $ oci iam compartment list \ –all \ –compartment-id-in-subtree true \ –access-level ACCESSIBLE \ –include-root \ –raw-output \ …
Oct 20
SPOUG 2020 – Deep dive into Oracle Cloud metadata
Click here to download my session slides. 0
Oct 03
How to access internal OCI DBaaS backup Object Storage bucket
This article will show how can you access the data that oracle stores in the internal hidden buckets, mainly used for “*aaS” backups. Update: Oracle has now an official tool for that: MV2BUCKET. It’s fully supported and available in the MOS note below. Consider using it instead of the manual approach:(OCI) mv2bucket – Oracle Managed …
Oct 03
Enable YUM in OCI DBaaS Compute Instances
If you have some DBaaS computes nodes in your OCI, you will note that they don’t come with any YUM repo configured by default. This is purposely architect to avoid you from installing or messing the system that you should be using “As a Service”. [root@db19c ~]# yum install swift Loaded plugins: versionlock There are …
Oct 02
OCI-21500: internal error code, arguments: [kpcerecv: auth], [9], [], [], [], [], [], []
Those days, for one of my customers, I was having a bizarre oracle connection error, where the Oracle Client connecting using sqlplus was calling a package procedure and this error was being returned: [user@machine ~]$ sqlplus /@dbname SQL*Plus: Release 18.0.0.0.0 – Production on Thu Sep 10 00:07:43 2020 Version 18.3.0.0.0 Copyright (c) 1982, 2018, Oracle. …





