Search Results

Search: Posts Made By: Prashant.T
7,186
Posted By Prashant.T
If i undersatand your question correctly, you...
If i undersatand your question correctly, you want to execute a sql script,sql query or a procedure in unix from command line. Right?

That is done easily.
Is there something more to your question?
7,798
Posted By Prashant.T
Hi, Assuming you want to run your sql...
Hi,

Assuming you want to run your sql function at 1pm daily and you are using korn shell:

$corontab -e
0 13 * * * ksh path/sql_function.ksh

Put your sql function in sql_function.ksh. You...
2,233
Posted By Prashant.T
Hi, I dont think that is possible. cat...
Hi,

I dont think that is possible.
cat *.log is not a argument here. Its output is piped to test.pl
Showing results 1 to 3 of 3

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