Search Results

Search: Posts Made By: Agupte
15,998
Posted By Agupte
USERNAME||' '||EMAIL||' '||FULL_NAME||' '||LAST_LO...
USERNAME||' '||EMAIL||' '||FULL_NAME||' '||LAST_LOGIN||'
--------------------------------------------------------------------------------
abcdef abcdef@yahoo.com abcdef abc 29-SEP-11 03.2...
15,998
Posted By Agupte
Problem in formatting output of SQL query in excel sheet in shell script
Hi Guys..

Need your help to format the output of my shell script.

I am using spool command to take out put in csv file.

below is my code. (for example)


col USERNAME for a15
col EMAIL...
2,077
Posted By Agupte
Running script automatically when threshold limit met in one of the field in oracle database
Hi Guys,

Need you help in one point!

I am working on one shell script which takes following steps :

1. Taking one query result from oracle database
2. Exporting that result to Xls file
3....
1,939
Posted By Agupte
I have given input output example below! ...
I have given input output example below!

---------- Post updated at 06:44 AM ---------- Previous update was at 06:33 AM ----------

Could you pls temme way to create SQL file? Becoz.. whatever i...
1,939
Posted By Agupte
Sensitive approach coz.. i tried all the possible...
Sensitive approach coz.. i tried all the possible ways to work on with spool but script iz nt getting executed..

below is the script that i tried earlier



#!/bin/bash...
1,939
Posted By Agupte
#!/bin/bash ...
#!/bin/bash
ORACLE_HOME=/app/oracle/product/10.0.0.0
export ORACLE_HOME
PATH=$ORACLE_HOME/bin:$PATH
export PATH
x=`sqlplus -s abc_USER/password@abcd.pfizer.com <<EOFSQL
select USERNAME, EMAIL,...
1,939
Posted By Agupte
Output is not comming as expected
Hi All,

I am in middle of one script. I want output in the form of xls file.

There are 4 fields - user name, email Id, full name, date of birth. I want these details to get in seperate...
Showing results 1 to 7 of 7

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