Search Results

Search: Posts Made By: bdebroy
26,714
Posted By bdebroy
Thanks for your time! I have modified my script...
Thanks for your time! I have modified my script as follows and the excel attached to the email is now coming up in the correct form...

#!/bin/ksh
export ORACLE_HOME=/oracle/product/current...
26,714
Posted By bdebroy
Actually I need to use a .sh file only. And csv...
Actually I need to use a .sh file only. And csv file is good enough for me. But even in csv the data is not coming up properly. Can you please suggest and solutions for this ?
26,714
Posted By bdebroy
Send email with attachment in form of excel in unix
Even in .csv file i am facing the problem. Can u please tell me how to resolve it ?
26,714
Posted By bdebroy
Send email with attachment in form of excel in unix
Hi,

The following in the code which I am using :

#!/bin/ksh
export ORACLE_HOME=/oracle/product/current
export PATH=$PATH:$ORACLE_HOME/bin

sqlplus -s schema/pswd@db <<EOF
set pagesize 200...
26,714
Posted By bdebroy
Send email with attachment in form of excel in unix
Hi,

I have a shell script which send email with an attachment in the form of an email. However, the when I open the attachment, all the data comes in one column. How do I format the data in the...
Showing results 1 to 5 of 5

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