How to implement security measures using repository manager?
Answer / Jimit Kumar
Repository Manager provides several security features to protect your Informatica assets. These include:
1. User authentication and authorization: Define user roles, permissions, and access controls.
2. Data encryption: Encrypt sensitive data at rest and in transit.
3. Audit trails: Log all actions performed by users for auditing purposes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Q. source having mutile depatment of data, dept1, dept2 ....dept10 today. we have mutilple depts in source, we need to generate dept1, dept2 and multile files in target side. today we have 10 dept which have 10 files, tommorow we have only 4 dept and 4 files, dayafter tommorow we have only 6 all the number of files in the targete file directory it's always dynamic. how can acheive it.
version controlling in informatica?
What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?
Explain sessions and how many types of sessions are there?
What are the uses of etl tools?
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500
What is Collect performance data in informatica and what is the use of it.
How to update records in Target, without using Update Strategy?
i have source like X1 10 X2 20 X1 30 X2 40 i want target as X1 X2 10 20 30 40 in informatica
how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?
I have 5 sessions s1,s2,s3,s4 & s5 and i want execute s1,s2,s3,s5 after s4. How?