Search Results

Search: Posts Made By: funonnet
1,633
Posted By funonnet
hi zaxxon, Thanks for the reply... When i...
hi zaxxon,

Thanks for the reply... When i run the script after commenting the scp command the original file doesnt gets deleted.

I ll check if any other process is deleting the file.

Thanks
1,633
Posted By funonnet
Stop SCP from deleting the file
Hi,

I am trying to scp a file from local server to remote machine as below,
scp -r $SCPED_FILES"$name"_$code test-vc@es1.global.local:'/cygdrive/d/shares/operations'

File is getting...
2,361
Posted By funonnet
Thanks jtollefson, but cant get it working....
Thanks jtollefson, but cant get it working. Actually the script doesn't exit immediately after the ssh it executes the script fully but the looping is not happening after the first file...
...
2,361
Posted By funonnet
ya it works when i comment the DUMMY line... ...
ya it works when i comment the DUMMY line...

Sorry it doesn't work with the changed code also :(
2,361
Posted By funonnet
Below is my script, date=`date...
Below is my script,


date=`date +"%Y%m%d%H%M%S"`
#TEST_FILE_LOG="`echo $1`"

if [ -s $COPY_FILES_LIST ]; then
rm $COPY_FILES_LIST
fi

DUMMY=`ssh -l $FTP_USER $FTP_HOST...
2,361
Posted By funonnet
Thanks for the quick reply itkamaraj. But i...
Thanks for the quick reply itkamaraj.

But i am trying to transfer files from different folder in the remote server.
2,361
Posted By funonnet
Issue with using While loop
Hi,

I am trying to move a file from remote server to local server and when the transfer completes successfully i call a script in remote server to remove the file which was successfully...
2,551
Posted By funonnet
thanks a lot... got it working...
thanks a lot... got it working...
2,551
Posted By funonnet
Nested While loop doesn't end
Hi,

Below is my script in which i am using nested while loop to read two files and move the files to a remote server.

My issue is that the 2nd while loop doesn't stop executing and it keeps on...
4,015
Posted By funonnet
Check if remote folder exists
Hi,

When trying to chk if a folder exists on remote server using the below command (got it from other thread in this forum)

"if[-n `ssh vchr@s1.mrix.local '/cygdrive/d/shares/projects\ data\...
8,090
Posted By funonnet
Thanks a lot anchal... worked out fine...
Thanks a lot anchal... worked out fine...
8,090
Posted By funonnet
How to stop Sqlplus command from printing db connection details
Hi,

Could someone tell me how to stop SQLPLUS command from printing the connection details in the console.

Below is the lines i get in console when executing the sqlplus...

SQL*Plus:...
14,183
Posted By funonnet
ya got it thanks for the reply bro...
ya got it thanks for the reply bro...
14,183
Posted By funonnet
How to Read Multiple files in a Shell Script
Hi,

Can any one tell me if i can read two files in a shell script...

My actual requirement is to read the 1st text file and parse it to get the file code and use this file code to retrieve data...
14,451
Posted By funonnet
thanks a lot guruprasad now i am able to...
thanks a lot guruprasad now i am able to establish connection with sqlplus but i am still not able to store the values of the procedure in a shell script variable...
6,533
Posted By funonnet
Help to get the Output of PL/SQL procedure In a Excel or Text File
Hi,

Could anyone please guide me to get the output of the PL/SQL procedure in a Excel file or Text File...

Thanks
14,451
Posted By funonnet
Thanks for your reply franklin i used the search...
Thanks for your reply franklin i used the search function and found few post but in that i couldnt find how to pass the a Input to the procedure from shell script and get two outputs to the shell...
14,451
Posted By funonnet
How to Pass the Output Values from the PL/SQL Procedure to Shell Script?
hi,

Could anyone tell me how to pass the output values of the PL/SQL procedure to Shell script and how to store that values in a shell script variable...

Thanks in advance...
Showing results 1 to 18 of 18

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