Search Results

Search: Posts Made By: chintapalli001
4,060
Posted By chintapalli001
Calling sql file from shell script
Hi

I have a shell script that call a sql file. The sql file will create a spool file.

My requirement is, when ever i get an OS error like file not found. I have to log it in a log file.
...
Forum: HP-UX 09-02-2008
73,301
Posted By chintapalli001
Hi Guys, I have changed the name of the...
Hi Guys,

I have changed the name of the named pipe alone and it is working fine now.

Thanks a lot for all the help.
Forum: HP-UX 09-02-2008
73,301
Posted By chintapalli001
The following is the code that i am using. please...
The following is the code that i am using. please help.


if [ -f ${home}/transfer/sample.csv.Z ]
then
mkfifo -p load_pipe.fifo &
zcat ${home}/transfer/sample.csv.Z > load_pipe.fifo
else
...
Forum: HP-UX 09-02-2008
73,301
Posted By chintapalli001
I didn't get any exceptions while issuing the rm...
I didn't get any exceptions while issuing the rm command on the named_pipe. So I think the pipe is already removed successfully.
Forum: HP-UX 09-02-2008
73,301
Posted By chintapalli001
Hi Thanks for your reply , I have used that but ,...
Hi Thanks for your reply , I have used that but , the next time when i am executing the script i am getting an exception like

"mkfifo: cannot create pipe_name: File exists"
Forum: HP-UX 09-02-2008
73,301
Posted By chintapalli001
remove named pipes
Hi,

Please help me on this.
I am creating a named pipe in a kshell script.
I am using mkfifo pipe_name command to create the pipe.

I want to remove the named pipe after my work is...
Showing results 1 to 6 of 6

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