Search Results

Search: Posts Made By: apskaushik
1,750
Posted By apskaushik
v$sql not display correct sql_text
Hi folks,

I am facing one problem with v$sql, i need to store updating sql query in temp table when one trigger get fired on some update sql statement.

but with "sql_text" , i am not getting...
Forum: Programming 06-17-2011
4,266
Posted By apskaushik
strftime() creates memory leak
Hi,

I am facing one strange situation while using strftime() to get current date and time in C.

it leaks memory with %T
strftime(L_StrDate,30,"%d-%b-%C%y %T", localtime((time_t *)&tv.tv_sec))...
19,831
Posted By apskaushik
Hi. Thanks for your help , it resolved my...
Hi.

Thanks for your help , it resolved my query and i can use & in my script.

Thanks
Amit
19,831
Posted By apskaushik
How to use parameter in sql script pass from unix script?
Hi,

I am unable to use parameter in sql script passed from unix script.

my sql script CREATE_SBI_LIST_GROUP.sql is like this -
-------------------------------
SELECT
SDS.ID "SO_ID",
SDS.SO...
2,582
Posted By apskaushik
Hi, Thanks for your valuable help, it solved...
Hi,

Thanks for your valuable help, it solved my problem.

thanks
Amit
2,582
Posted By apskaushik
How to parse nested variable
Hi,

I want to parse nested variable in my script.
for exp-
c=1
G1='0318'
G2='0023'
G3='3092'
G4='0014'

while [ $c -le 4 ];do
g=G$c
a=$g
echo "Group=$g and...
7,643
Posted By apskaushik
Change time stamp of a file
Hi,

As i know , we can change the time stamp of a file by touch command, i did change in a file and it is looking as given

# ls -l abcd
-rw-r--r-- 1 batsoqa sicusers 0 Feb 17 ...
9,137
Posted By apskaushik
Unable to see attachment in outlook express sent by UUENCODE through unix script
Hi,

Thanks for your help. (-m) option worked for me.

It is nice to see the result in outlook.

Thanks
Amit
9,137
Posted By apskaushik
Hi, I am not facing any error while sending...
Hi,

I am not facing any error while sending the mails through scripts. when i try to see that mail thorough outlook express ..it's output is not good ,, the attachment are completely garbaled....
9,137
Posted By apskaushik
Unable to see attachment in outlook express sent by UUENCODE through unix script
Hi,

I have written one script to send mail with attachment from my unix server, it is working fine, and i am capable to see the attachment in my lotus notes , but when i try to see the same...
Forum: Programming 06-30-2010
5,973
Posted By apskaushik
Yes, i also came to know that .PHONY target is...
Yes, i also came to know that .PHONY target is dependent on make version on OS type, so some times it may show such type of behaviour.

thanks for your help

Amit
Forum: Programming 06-29-2010
5,973
Posted By apskaushik
PHONY target is not working
Hi,

I am trying to write one makefile with phony target "clean" ...it is working fine when there is no file exist by name "clean", while it create a new file "clean" , PHONY clean is not working....
Showing results 1 to 12 of 12

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