Search Results

Search: Posts Made By: Learner 20
58,695
Posted By Learner 20
Thanks knight_eon... I need this csv file...
Thanks knight_eon...

I need this csv file to be saved in the local PC.. As soon as I run the script file, the csv file shud get saved in the path specified.. Wats the procedure to specify the...
58,695
Posted By Learner 20
shell scripting to export the results to an excel file
Thanks Scrutinizer & ahamed101,

Both (i)printf "%s\n" "$result_set" > results.csv
(ii) echo "$result_set" > results.csv

is working fine..

Now the output is formatted in the csv file...
...
58,695
Posted By Learner 20
Here is my coding: export ORACLE_SID=ABCD ...
Here is my coding:

export ORACLE_SID=ABCD
result=`sqlplus -s /NOLOG << EOF
connect username/pass
SELECT count(*) from A;
`
The same way, am collectng all the 5 query's results in 5...
58,695
Posted By Learner 20
shell scripting to export the results to an excel file
Hi,

I am facing issues while exporting the results retrieved from the Database to an excel file.

I have 5 count query in order to count the records in 5 different tables.

I had connected...
Showing results 1 to 4 of 4

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