In pmcmd command we need to type -p:password. Will it be
visible to others who is having access to this file ?
Answers were Sorted based on User's Feedback
Answer / james
How can we secure this. With out changing script file
access permissions.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / moorthy g
NO. It is not visible
For Example:
$PMDIR/pmcmd startworkflow -s ${PMSERVER} -u ${PMUSER} -p
${PMLOSEN} -f EMPSAL -wait wf_s_m_emp_sal_detail
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pavan
Yes the password will be visible, if some one has read access to that file.
We can secure the original password by using the -pv option and by encrypting the password using pmpasswd utility of informatica..
so we will get encrypted password using pmpasswd utility and use that encrypted password in pmcmd with -pv option.
Is This Answer Correct ? | 0 Yes | 0 No |
Transformer is a __________ stage option1:Passive 2.Active 3.Dynamic 4.Static
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
Using Informatica Visio to generate mappings. I am getting error "Table Definition Not Found Exception Error" while importing the template.
What is staging area?
What is a passive transformation?
On lookup on any table we can get only a)any value or b)last value but if i need both duplicate values How can i achieve?
what is the use of Data Mart?
Can we override a native sql query within informatica?
How to convert flat file into xml file? How to tune joiner?
i have source data like id name sal 1 a 65020 2 b 78250 3 c 58264 but how to get target like this id name sal 1 a Sixty five thousand twenty 2 b Seventy thousand two fify 3 c Fifty eight thousand two sixty four
What is informatica etl tool?
What are active and passive transformations?