This Article first appeared in a Medium blog post Oracle Container Database (CDB) is a multi-tenant architecture that allows you…
Category Shell Script
1. Install Brew on your Mac How to Install Homebrew on Mac 2. Install AWSCLI using Homebrew on Mac Make…
Below Shell Script will append Date to all FileNames in Directory with extension .TXT. Also it will create a folder…
Being a DBA requires us many a times to step outside our role and solve a problem in a smart…
Sometimes to have a funky time on the BASH shell you can run the below shell script [code language=”bash”] #!/bin/bash…
export MMSG=/tmp/$$.mail export ADDR=”shadab@easyoradba.com” export ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1 export ORACLE_SID=orcl file=/tmp/${$}_`date +%Y%m%d` sqlplus -s “/as sysdba” << .eof > $file set pages…
The below simple shell script will check all filesystems and create output file for only filesystems which are more than…
Script to check no. of cores being utilized by a process in linux. Save the script below as a shell…