I regularly work with my colleagues and customers based out in multiple time zones. Referencing time converter websites or doing…
Tag SHELL
After searching on the internet long and hard I couldn’t find a quick shell script to access Oracle Autonomous Database…
In my previous article we had fun with Shell Scripts by automating birthday alerts via email. Using the same logic…
Shell scripting is one of the most entertaining ways to learn programming. Shell scripting is infact a programming language in…
$ ssh-add -k /home/oracle/wha.pem Error : Could not open a connection to your authentication agent To solve this issue :…
Slack has quickly become one of the standard messaging apps in the Enterprise. Many a companies use slack for communication…
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific…
We use the below procedure to ping hosts and based on availability send SMS to our team. The SMS is…
[sourcecode language=”sql”] run { allocate channel sbt1 type sbt parms ‘ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)’; allocate channel sbt2 type sbt parms ‘ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)’; CONFIGURE DEFAULT…
Sometimes to have a funky time on the BASH shell you can run the below shell script [code language=”bash”] #!/bin/bash…
The Below Shell Script checks the Filesystem mount points and using AWK outputs all filesystem exceeding 90% space to a…
For running a single SQL Command via sqlplus on multiple servers, we have to first do a few pre-requisites 1.…