(Aman) In our previous posts, we have understood what is a compute instance and what role VCN plays in making a compute instance interact with other compute instances or to the outer world.
Tag: Oracle
Did You Know #34 – DST Patches with PDB
(Liron Amitzi) When I worked on Oracle Cloud 20c for my Data Dictionary Changes post, I ran into a problem with DST difference.
A Quick how-to RMAN backup to OCI Object Storage
(Martijn Pronk) This is a quick how-to article on setting up RMAN to backup to Object Storage on OCI.
Why Name Listener?!
(mdinh) May be I am too naive to know, If you have reason, then please share.
Generate an RSA key to use with Cloud platforms
(Bobby Curtis) An SSH key consists of a pair of files. One file is the private key, which you keep to yourself and never give out to anyone.
DATAGUARD sqlnet.ora NAMES.DEFAULT_DOMAIN
(mdinh) If you just want the solution, then read Database Startup Fails With ORA-00119 (Doc ID 471767.1)
Oracle Cloud Infrastructure (OCI) Part 5 – Gateways….
(Aman) In the last post, we understood what’s a Virtual Cloud Network(VCN). In this post, we shall understand how VCN works with gateways within OCI.
Fix ORDS issue: No pools configured yet
(Dimitri Gielis) In a previous post, I blogged how I do my Oracle APEX upgrade, and part of that is to copy ORDS.
Migrating an old (10.2.0.4) database to Oracle Cloud with minimal downtime
(Jeroen Gouma) Unlike most of our posts this post will contain almost no code or examples. But it hopefully will help somebody who ends up to be in the same situation we landed on: migrating data from very old versions to a new environment.
Sysdate for start_date i scheduler is bad
(mathias) I was recently asked to investigate why a job that was to update a few thousand rows took an hour where it had been proven to do the work in just seconds in other environments.