sqlldr CSV file load to Oracle DB
We used to get a lot of csv files to upload to QA database as well as production DB’s. It...
Automation / Database / DOS & Windows / Oracle Database / Windows Server
by Ramakanta · Published December 13, 2013 · Last modified April 1, 2016
We used to get a lot of csv files to upload to QA database as well as production DB’s. It...
Application Servers / Automation / bash / Fusion Middleware / Java App Servers / Must Know / Oracle/BEA WebLogic / Python / Scripting Languages / Shell Scripting
by Ramakanta · Published September 22, 2013 · Last modified November 28, 2014
While managing multiple domains with huge number of managed servers becomes very hard if you don’t have the scripts to...
bash / Installation / Linux / Must Know / Shell Scripting / Solaris Unix
by Ramakanta · Published August 10, 2011 · Last modified September 2, 2014
Below script can be used to start xvfb and manage the same. #!/bin/sh XVFB_DISPLAY=”:1″ case “`uname`” in “Linux”) XVFB_BINARY=/usr/X11R6/bin/Xvfb ;;...
Advertisement
Advertisement
Advertisement