Hi
I ma getting the following error while executing the script .
Error message
# ./check_syntax
./check_syntax: line 115: syntax error near unexpected token `('
./check_syntax: line 115: ` /[A-Z]\=\`*\`/ { printf("\"%s\"\n", $0); next } \'
The line 115 is...
Hi
I have a logfile as follows
******************
timeout=100
users=120
home=/usr/kevin
capacity=222
capacity=666
*******************
I want to grep for the pattern "capacity=" and remove the characters following it.
****************************
timeout=100
users=120
home=/usr/kevin...
Hi
I have configure shared server and when I connect using SQLPLUS
sqlplus user/passowrd@database
i get kicked off after 2-3 seconds.. The error message is ora-3113 end of file communication . No trace files are created in udump or bdump.
Thanks for your help
Upilli
Hi
I am using Linux Redhat and I have a cronjob scheduled. I would like to redirect the output to a filename with data and time . I tried the following syntax but it didn't work
10 * * * * * list_files.sh > /tmp/list_files`date`.log
My requirement is the listfiles script should spool...
Hi
I am having the following find commnand to find logfiles which are greater than 100k in size and list them
find /oracle \( -name "*.log" -a ! -name "alert_*" \) -o -name "*.trc" -o -name "*.trw" -o -name "core.*" -type f -size +100k | xargs ls -l .
The output from the command contains...
Hi
I have an requirement to find all logfiles under a directory and move them to another partition. But I need to exclude all files begining with alert_.
I am using the following command to find and move all log files.
find $dirs -name "*.log" -o -name "*.trc" -o -name "*.trw" -o -name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.