Monitor real time active session statistics by ORAPUB tool
The tool was devised by Craig from ORAPUB which is excellent to monitor what happens in session real time. 1.First […]
The tool was devised by Craig from ORAPUB which is excellent to monitor what happens in session real time. 1.First […]
1.Creating docker tar file from docker image.We can transfer that tar file and import to another docker instance. root@deb-VirtualBox:~# docker
1.You need to create docker file first.Below is example of small test docker file. root@deb-VirtualBox:~# cat test_docker.file FROM centos:latest RUN
I will show how you can install PostgreSQL 9.6 in Linux 7.This document is based on guidance provided by EDB
Step 1:-Please check available patch and run precheck Step 2:-Pre-check results failed with below message Step 3:-Update RDK using below
This note will describe the process to connect Oracle Virtual box VM directly from your host using ssh as well
On-premise database migration to oracle cloud using data pump conventional Export/Import This is simplest migration if you prefer to migrate
For deep understanding on CBC,please refer to below links:- http://www.proligence.com/pres/ioug14/2014_431_Nanda_ppr.pdf and Video tutorial from ORAPUB. I am just going to
Problem 1.First I copied the private key generated by puttygen (The public key was provided during DB creation in oracle
This note describe how we can configure TDE encryption for RMAN backup in on-premise database to migrate to Oracle cloud.