Search Results

Search: Posts Made By: Opamps123
21,464
Posted By Opamps123
Many Thanks Rohon! I have ran the script as...
Many Thanks Rohon!
I have ran the script as suggested. It's working fine as of now.
Can you please tell me why my logic of implementing it by function didn't work.
21,464
Posted By Opamps123
Yes you are right. After all the scripts running...
Yes you are right. After all the scripts running in background finishes, I need to generate single report by appending these files and then removing blank line from it. Then also need to log record...
21,464
Posted By Opamps123
help
Again I am facing a problem in this script.
After we have ran above for loop it will generate mulitple o/p files depenind upon condition. Now what I need to do is to combine this o/p in a single...
21,464
Posted By Opamps123
Many Thanks for the advice. Can this be...
Many Thanks for the advice.
Can this be implemented by dbms_scheduler package.
8,705
Posted By Opamps123
Thanks but this one I know. I want to know how...
Thanks but this one I know.
I want to know how to call the script in pl/sql block.
I think there is a package dbms_sceduler.createprogram which can accomplish this. But I want to know full...
8,705
Posted By Opamps123
call shell script from pl/sql block
Hi Experts,

I want to call script_name.ksh as many time as id in customer table and also pass it as a parameter to script.
someting Like below.


for i in select id from customer
do...
21,464
Posted By Opamps123
Many Thanks for your help. Its working fine now...
Many Thanks for your help.
Its working fine now as I have given statement sleep 30 in b/w the script call.
Earlier it was not getting enough time to run decrypt password script.

If I want to...
21,464
Posted By Opamps123
I have created a script as instructed above and...
I have created a script as instructed above and ran it.
Can you please expain how this works.
Does it create different threads and execute it in different sessions.
For me its giving a big error...
21,464
Posted By Opamps123
Help with executing parallel sessions for same shell script with different but fixed parameters
Hi Experts,

There is a shell script that accepts positional parameter between 1-25 to execute case statement of script depending upon the parameter passed.
Now I need to run all the 25 sessions...
1,412
Posted By Opamps123
wow its working... thanks.. :) can u pls...
wow its working... thanks.. :)
can u pls explain why it ws nt working earlier n the functionality of current one..
1,412
Posted By Opamps123
Grep command behaving strangely
Hi,

I need to count number of '$' symbol in a file and assign it to a variable.
I am using below command.

grep -c '\$' inputfile

O/p:
10359
Its giving correct o/p but when I am...
1,710
Posted By Opamps123
perl -l -0044ne '/:20(?:C|D)?:(.*)/;print $1'...
perl -l -0044ne '/:20(?:C|D)?:(.*)/;print $1' input > output

this worked fine for me.
Thanks bartus11. :)
Can you please explain the functionality.

awk command is throwing an error.
May...
1,710
Posted By Opamps123
Help with awk command to extract messages
Need expert's opinion urgently.

I have a file which contains messages.
A message is separated by $ in this file.
In each message we need to get string aftr :20: and send it to an output file....
Showing results 1 to 13 of 13

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