Search Results

Search: Posts Made By: Beena
13,614
Posted By Beena
Attaching .csv file and sending email
I need help with writing a shell script for writing data from a table into a .csv file and send the file has email attachment.

I stuck up with attaching the file to the email.

Thanks,
6,651
Posted By Beena
I modified the code a little bit.Below is my...
I modified the code a little bit.Below is my modified code:

set echo off
set lines 150
set pages 0
set verify off
set feedback off
spool /u/dgapps/ikbdev/dta/ikb_pog.dat
select pog_name...
6,651
Posted By Beena
Extracting data into flat file thru unix
Hi,

I need to extract a oracle staging table to a flat file thru unix batch process.We are expecting more than 4million records in the table.I know I can do it using "UTL_FILE" .But,since...
3,038
Posted By Beena
I tried it ,but didn't work.I am trying something...
I tried it ,but didn't work.I am trying something like below

for FILENAME in `find $DIR_FILE/-name *.pdf | awk 'gsub(/ /,"_")' -mindepth 1 -maxdepth 1 -mmin +60` ##Needs to be changed later +60...
3,038
Posted By Beena
File Name with spaces
I need to read pdf files copied in a unix directory.I tried using the for loop with find command but the file names is cutting off at the spaces.Below is the code I tried.
for FILENAME in `find...
Showing results 1 to 5 of 5

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