unix
UNIX Calendar – missing days in 1752
Try on this in Linux or UNIX platform: [email protected] [~]$ cal 9 1752 September 1752 Su Mo Tu We Th Fr Sa 1 2 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [email protected] [~]$ Surprised? Where are those missing 11 days? A month with whole of […]
Oracle database startup shutdown script
Automate Oracle Database startup shutdown script orarun – script automates database start, stop, status query tasks, also allows user to manage isqlplus console and em database control Usage: orarun {start|stop|status|isqlstart|isqlstop|emstart|emstop} orarun start|stop|status – starts/stops database, query for database status orarun isqlstart/isqlstop – starts/stops isqlplus console orarun emstart/emstop – starts/stops enterprise manager database control Requirements: configured […]
Oracle DBA Interview Questions Answered: UNIX
View Also: Oracle DBA Interview Questions Answered: Technical 1. Q: How do you automate starting and shutting down of databases in Unix/Linux? A: One of the approaches is to use dbstart and dbshut scripts by init.d Another way is to create your own script. To do that, create your own script “dbora” in /etc/init.d/ directory […]