without using emailtask how will send a mail from informatica?
Answers were Sorted based on User's Feedback
Answer / swathi
by using 'mailx' command in unix of shell scripting
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / trin
mailx in command task
for example:cat file.out |mailx -s 'Subject'
rrf@example.com
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between SOURCE and TARGET BASED COMMITS?
what is update strategy transformation ?
what is plsql table?
source table have 3 records? and it is sucessfully loaded into target. and 4more records is added in to source .that means 7 records now in source. we have to load the remaining 4 records into the same trgt table with maintian top 3 records. how ?can any one give me the data flow of this logic plz?
how we can load rejected record's at run time?(not through bad files)
difference between informatica 8.1.1 and 8.6
What is the method of seperating unique and duplicate records in session level?
2 Answers Emphasis, JBL, Wipro,
When will u go for Dynamic Cache and Persistent Cache? Pls explain with an example?
How to fix the etl bugs..Tell me the process?
i want to convert below src into target src is as follows maths 30 science 20 social 81 i want data in trg like below maths science social 30 20 81
When do we use dynamic cache and static cache in connected and unconnected lookup transformations?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?