Technology and other stuff recipes
SQLDEVELOPER
Connecting to OCI DB System with SQLDeveloper via Bastion Box
Recipe for creating a secure connection between sqlDeveloper in our local machine and an Oracle Cloud Infra DB System created in a private subnet of a Virtual Cloud Network network not opened to internet Steps Create a Virtual cloud network (VCN) with, at least 2 subnets, one public and the other private Create a bastion […]
MoreDeploying an Oracle Database with Persistence Enabled in Oracle Kubernetes Engine in Ten Minutes or Less
In a previous post I explained how to create the same thing using an image published in docker registry under my user. Well… that post is not working anymore because I deleted the image for some reasons. The method exposed here is better because the deployment file pulls the official image published here. Therefore you […]
More