Search Results

Search: Posts Made By: gregrobinsonhd
16,615
Posted By gregrobinsonhd
THANK YOU!!!! It's working. You're a...
THANK YOU!!!! It's working. You're a life-saver.
16,615
Posted By gregrobinsonhd
So you're saying if I run it all together into...
So you're saying if I run it all together into one really long line, it should work? I tried that just now and got a "badly placed ()'s error" - something different though! Would you mind posting...
16,615
Posted By gregrobinsonhd
Or can I only do this type of variable setting...
Or can I only do this type of variable setting using bash or some other shell?
16,615
Posted By gregrobinsonhd
In a csh script, can I set a variable to the result of an SQLPLUS select query?
Can someone tell me why I'm getting [unmatched `] error when I try to run this?

#!/bin/csh -f
source ~/.cshrc
#
set SQLPLUS = ${ORACLE_HOME}/bin/sqlplus
#
set count=`$SQLPLUS -s ${DB_LOGIN}...
5,356
Posted By gregrobinsonhd
how to use IF-THEN within csh script to check Db counts
hi everyone, rookie scripter here. Under some time pressure here and hoping you can help. I've written a .csh script that needs to check a row count in an Oracle table, then do an IF-THEN check...
Showing results 1 to 5 of 5

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