InterviewSolution
| 1. |
How Do You Migrate Data From One Environment To Another? |
|
Answer» There are generally three types of METHODOLOGY used for DATA migration in Informatica: I. Copy Paste: Copy the folder or object in one repository and click on the DESTINATION repository and paste it(This can be done with pmrep command aslo) II. Import and Export: Exporting the object definition in xml file and then importing it to the destination folder or repository III. DEPLOYMENT group: While migrating objects in bulk the deployment group concept comes into picture. Create a deployment group, add then FOLDERS and object to it and then migrate the deployment group. There are generally three types of methodology used for data migration in Informatica: I. Copy Paste: Copy the folder or object in one repository and click on the destination repository and paste it(This can be done with pmrep command aslo) II. Import and Export: Exporting the object definition in xml file and then importing it to the destination folder or repository III. Deployment group: While migrating objects in bulk the deployment group concept comes into picture. Create a deployment group, add then folders and object to it and then migrate the deployment group. |
|