Search Results

Search: Posts Made By: pvelmuru
2,736
Posted By pvelmuru
i use sqlplus, ${ORACLE_HOME}/bin/sqlplus...
i use sqlplus,


${ORACLE_HOME}/bin/sqlplus -s ${DB_LOGIN}/${DB_PASSWD} <<EOF
SET FEEDBACK OFF
SET HEADING ON
spool /tmp/file1.TMP
SELECT column1,column2,column3 FROM table1;
quit


o/p of...
2,736
Posted By pvelmuru
Actually i use select query in shell script and...
Actually i use select query in shell script and mailx command to send email. o/p which i get display as below,

STORE DI ITE ITEM CTRL CTRL_DT ...
2,736
Posted By pvelmuru
SQL Column Heading
Hi,
I am selecting few columns from a table using select query in UNIX shell script ans sending the results as E-mail. But the column headings are not displayed fully. Instead it displays only a...
4,738
Posted By pvelmuru
Displaying Column header in shell script
Hi,
I need to display specific columns using select statement and spooled to a file and sending it as e-mail. But i am not seeing column header in my output even i use SET HEADING ON.//PREDEFINED...
Showing results 1 to 4 of 4

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