Search Results

Search: Posts Made By: BhawanaAggarwal
5,896
Posted By BhawanaAggarwal
Sending an email to group of users
Hi ,

I want to write a Unix script which can send an automatic email to the group when my job is completed.I'm trying the following

Mail -s "test" <groupname> << EOD
>Completed
>EOD

With...
6,813
Posted By BhawanaAggarwal
Hi Abhilash, you should use the following...
Hi Abhilash,

you should use the following query in ur script to delete the records other than upper case

select * from employee where city not in ucase(city)
delete from employee where city...
75,101
Posted By BhawanaAggarwal
Hi Gauravah, U should try the following to...
Hi Gauravah,

U should try the following to display only output without dispalying oracle messages

set heading off
set lines 500
set trimspool on
set trimout on
set echo off
set pagesize 0...
59,892
Posted By BhawanaAggarwal
Thanks Jim for your reply.I understood now.
Thanks Jim for your reply.I understood now.
59,892
Posted By BhawanaAggarwal
What is << EOF
I'm trying to connect to oracle with the following code in the script:

checksqlerror{
if [$1 eq 0]
echo $1
exit
fi
}
$SQLPLUS username/password@schemaname
checksqlerror "failed to connect...
Showing results 1 to 5 of 5

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