Search Results

Search: Posts Made By: SriRamKrish
11,604
Posted By SriRamKrish
I couldn't achieve parallelism. I could only do...
I couldn't achieve parallelism. I could only do it sequentially(with help of wait). And thats why I came to you people for help.

Cheers.
11,604
Posted By SriRamKrish
Help with finding the exit status of a 'nohup' command using 'PID'.
Hello All,

I need to run a set of scripts, say 50 of them, parallely. I'm running these 50 scripts, from inside a script with the help of 'nohup' command.

1.The fifty scripts are stored in a...
13,783
Posted By SriRamKrish
Your advice on definitions helped a lot! I used...
Your advice on definitions helped a lot! I used it in my code and the following code got me what exactly I wanted :#!/...
output=$PATH/output.txt
...
echo "QUERY|RESULT"> $output
while read line;...
1,669
Posted By SriRamKrish
Many thanks for all replies folks. But i...
Many thanks for all replies folks.

But i finally figured out what was wrong. The correct code is :


#!/bin/ksh
testvar=$(
sqlplus $user/$pass << EOF
set pagesize 0 feedback off verify...
1,669
Posted By SriRamKrish
Storing the value of a single query to a Variable - What am i doing wrong?
I tried the below :


#!/bin/ksh
testvar=$(
sqlplus $user/$pass << EOF
set pagesize 0 feedback off verify off heading off echo off;
whenever sqlerror exit 1
SELECT 1+1 FROM DUAl;
COMMIT;...
13,783
Posted By SriRamKrish
Help with storing the output of multiple sql queries to a file
Hi All,

I have a file queries.txt as follows :

SELECT COLUMN1 FROM SCHEMA2.TABLE1 MINUS SELECT COLUMN1 FROM SCDEMA2.TABLE2;
SELECT COLUMN2 FROM SCHEMA2.TABLE1 MINUS SELECT COLUMN2 FROM...
6,524
Posted By SriRamKrish
Solved. You people are my heroes!! Thanks!! ...
Solved. You people are my heroes!! Thanks!!

Cheers.
:D
6,524
Posted By SriRamKrish
Help with Passing the Output of grep to sed command - to find and replace a string in a file.
I have a file example.txt as follows :SomeTextGoesHere
[ASD.EXAMPLE@ABCD]
$$TODAY_DT=20140818

[FGH.EXAMPLE@ABCD]
$$TODAY_DT=20140818

[QWE.EXAMPLE@ABCD]
$$TODAY_DT=20140818I need to...
2,182
Posted By SriRamKrish
Thanks a million for the prompt reply. Will try...
Thanks a million for the prompt reply. Will try it and let know as soon as possible.

Cheers.

---------- Post updated at 09:16 PM ---------- Previous update was at 01:32 AM ----------




...
2,182
Posted By SriRamKrish
We are doing some kind of a data load. For this...
We are doing some kind of a data load. For this we have to copy a set of source files from archival directory through ftp ,then unzip it and have to rename it before starting the data load. This is...
2,182
Posted By SriRamKrish
Need help in batch renaming files with bash shell script.
I have some 50+ files in the following format :

abcd_vish_running_ZEBRA_20140818.dat_08-14-2014_23:08:23
abcd_vish_running_ZEB-RA_20140818.dat_08-14-2014_23:08:35...
Showing results 1 to 11 of 11

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