![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UNIX newbie NEWBIE question! | Hanamachi | UNIX for Dummies Questions & Answers | 4 | 03-28-2009 04:10 PM |
| Can we call JSP file from Unix.if so how.Please help me.Im newbie to Unix | mailsukumar | Shell Programming and Scripting | 0 | 05-26-2008 08:12 AM |
| Little Trouble Understanding some code... | NycUnxer | UNIX for Dummies Questions & Answers | 2 | 10-31-2007 09:20 AM |
| Understanding Unix Timekeeping | Perderabo | Tips and Tutorials | 5 | 02-20-2007 07:04 PM |
| Need Help Understanding a Unix Command | chris86 | UNIX for Dummies Questions & Answers | 6 | 10-10-2006 03:35 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
am a newbie to unix. plz help in understanding this code.
hi everybody.
please help me in understanding this code. echo "************* starting job on `date +\"%d/%m/%Y at %T\"` **************" # scriptdir=`dirname $0` . ${scriptdir}/env_params.sh # SHLIB_PATH=${ORACLE_HOME}/lib: export SHLIB_PATH export LD_LIBRARY_PATH=${ORACLE_HOME}/lib:/usr/lib export NLS_LANG=AMERICAN_AMERICA.US7ASCII BDIR=${hotbackupdir}/`date +%a` export BDIR #if instance is not running, abandon ps -aef | grep pmon_${ORACLE_SID} | grep -v grep > /tmp/check_sid if [ -s /tmp/check_sid ] then echo ' ' echo "**** ${ORACLE_SID} instance is running, hot backup will be run ****" echo ' ' else echo "**** ERROR! ${ORACLE_SID} instance is not running, hot backup will not be run ****" exit 1 fi cat /tmp/check_sid > /tmp/hb.log |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|