Search Results

Search: Posts Made By: Jalkukdi@10
2,822
Posted By Jalkukdi@10
try out giving $sqlerr in double quotes like ...
try out giving $sqlerr in double quotes like

if [ -n "$sqlerr" ]


Please let me know whether it works or not as right now i dont have access to unix server.;)
5,236
Posted By Jalkukdi@10
Are u goin to make selection as only 1,2 or 3 or...
Are u goin to make selection as only 1,2 or 3 or is it full line..
Suppose that u have to make selection as 1) do this then do the following :


case $answer in
"1\) do this")...
3,918
Posted By Jalkukdi@10
Hi Navjot, I am also new to unix ;). But i...
Hi Navjot,

I am also new to unix ;). But i have tried to this code and its working fine for checking the 3rd character of string to be 'c' :


i=`echo "abc123" | cut -c3`
echo $i

if [...
38,312
Posted By Jalkukdi@10
Hi Revo, No. It is nothing do with how the...
Hi Revo,

No. It is nothing do with how the oracle assigns the value to the variable. The thing which i got to learn is that you cannot pass a variable directly into the subject of the mail. On...
38,312
Posted By Jalkukdi@10
Hi all, I got the solution to my question....
Hi all,

I got the solution to my question. Sometimes we think too complex solutions for the simple questions.:p:b:
The subject just required to be assigned with echo command to get it displayed...
38,312
Posted By Jalkukdi@10
Alex, For your kind information i have...
Alex,

For your kind information i have already tried your method i.e. ">${week_end_dt}<" to include in the subject. but its not working. I dont know why. probably it might be working for u. For...
38,312
Posted By Jalkukdi@10
please reply asap!!!!
please reply asap!!!!
38,312
Posted By Jalkukdi@10
Hi all, The value of week_end_date is coming...
Hi all,

The value of week_end_date is coming properly. There is no problem in echoing that. The problem is that value is not displayed in the subject of the mail. On the contrary if I specify...
38,312
Posted By Jalkukdi@10
Hi, i am again sending u the code and the output...
Hi, i am again sending u the code and the output of that code.

week_end_dt=`sqlplus -s rsamart@martdev.world/rsamart<<EOF
SET FEED OFF;
SET TIMING OFF;
SET HEADING OFF;
SET PAGESIZE 500;
SET...
38,312
Posted By Jalkukdi@10
HI, Whatever you said I already tried and...
HI,

Whatever you said I already tried and its working fine for me too.

But the problem is that we are fetching week_end_dt from oracle. So it is assigning the oracle format to the variable. I...
3,042
Posted By Jalkukdi@10
help on mailx command
hi,
i want to pass a unix variable as the subject of the mail alongwith a string. My part of code is as below..

week_end_dt=`sqlplus -s rsamart@martdev.world/rsamart<<EOF
SET FEED OFF;
SET...
38,312
Posted By Jalkukdi@10
mailx command
hi,
i want to pass a unix variable as the subject of the mail alongwith a string. My part of code is as below..

week_end_dt=`sqlplus -s rsamart@martdev.world/rsamart<<EOF
SET FEED OFF;
SET...
Showing results 1 to 12 of 12

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