Search Results

Search: Posts Made By: houtakker
23,346
Posted By houtakker
Thanks for the replies - sorry for the slow post,...
Thanks for the replies - sorry for the slow post, but this is what I actually ended up using.


fields=`sqlplus -s / <<END
set pagesize 0 feedback off verify off heading off echo off
select col1...
23,346
Posted By houtakker
To all: sorry - my question must not have...
To all:

sorry - my question must not have been clearly stated - my problem is how do I assign the results of the sql select statement to variables that I can use in my shell script - i.e. connect...
23,346
Posted By houtakker
Pipe SQL select statement results to script
Hello

I would like to perform a select from a oracle table and return those values to my shell script

For example:

site=head -1 $infile | cut -c1-15 | awk '{printf "s%", $0}
sqlplus -s...
Showing results 1 to 3 of 3

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