Search Results

Search: Posts Made By: redologger
1,290
Posted By redologger
File exists, -f not specified and is running in the background
Hi guys,
i am not too sure how i got this error,

file exists, -f not specified and is running in the background

my coding is just schedule to rm files that is more then 365 days.


find...
1,279
Posted By redologger
Thank you guys!. I have learn some new tricks...
Thank you guys!. I have learn some new tricks from you guys.! thanks a millions!
1,279
Posted By redologger
Parameter not found.. pass in a uppercase
hi guys
i am trying to convert a uppercase var to a lowercase var and the result is pass in to another var. But i kept getting error from the variable that will be containing the result of the...
3,081
Posted By redologger
Exclude file with tar
hi,

i am trying to use a exclude file to exclude some file directories while making a tar archive. This is my command:

tar -pcvf orahome10gR2.tar.gz db_1 -X /home/oracle/excludeFile.txt...
2,042
Posted By redologger
tks scott. learn quite abit. very helpful. I...
tks scott. learn quite abit. very helpful. I understand now.
2,042
Posted By redologger
totalInstance=1 c=1 SID=SID SID_1=CERUAT ...
totalInstance=1
c=1
SID=SID
SID_1=CERUAT
#SID_2=LAUAT
#SID_3=TATSUAT

while [ "$c" -le $totalInstance ]
do
eval BDUMP_DIR=/opt/ora10g/admin/"\$${SID}_${c}"/bdump
eval...
2,042
Posted By redologger
what happen if is: ...
what happen if is:
BDUMP_DIR=/home/John/admin/"${SID}_${c}"/bdump

seem like

eval echo "\$$BDUMP_DIR"

doesn't produce /home/john/admin/plune

---------- Post updated at 09:31 PM...
2,042
Posted By redologger
erm..i made the changes u recomanded still not...
erm..i made the changes u recomanded still not able to get the value assign to SID_1 , SID_2 , SID_3
2,042
Posted By redologger
While ...loop
#!/usr/bin/ksh

totalInstance=3
c=1
SID=SID
SID_1=BOYISH
SID_2=EAGALE
SID_3=PLUNE

while [ c -le $totalInstance ]
do
BDUMP_DIR="${SID}_${c}"
echo "$BDUMP_DIR"

c=`expr $c +...
1,328
Posted By redologger
YEs is clearer now. Check the existence of...
YEs is clearer now.

Check the existence of the flat file system_reboot.flg. From the name , i think is to check whether the last reboot indeed have remove / change the flag? Or is it to check for...
1,328
Posted By redologger
you mean there are some sort of a script inside...
you mean there are some sort of a script inside system_reboot.flg?

---------- Post updated at 01:58 AM ---------- Previous update was at 01:55 AM ----------



you mean if there is no password...
1,328
Posted By redologger
help on understanding this script ( linux)
ORACLE_HOME=/opt/ora10g/oracle/product/10.2.0/db_1;export ORACLE_HOME
PATH=.:$ORACLE_HOME/bin:/usr/bin;export PATH
ORACLE_SID=USUP
PASS=Figomom#0;export PASS

rm /orabkup/USUP/*.Z
if [[ ! -f...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 02:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy