You are on page 1of 2

What is the difference between stop and abort stop: _______If the session u want to stop is a part of batch

you must stop the batch, if the batch is part of nested batch, Stop the outer most bacth\ Abort:---You can issue the abort command , it is similar to stop command except it has 60 second time out . If the server cannot finish processing and commiting data with in 60 sec What is the status code? Status code provides error handling for the informatica server during the sessio n.The stored procedure issues a status code that notifies whether or not stored procedure completed sucessfully.This value can not seen by the user.It only used by the in formatica server to determine whether to continue running the session or stop. Difference between static cache and dynamic cache? Static cache: You can not insert or update the cache. Dynamic cache: You can insert rows into the cache as you pass to the target. Difference between static cache and dynamic cache Static cache Dynamic cache U can not insert or update the cache U can insert rows into the cache as u pass to the target The informatic server returns a value from the lookup table or cache when the co ndition is true.When the condition is not true, informatica server returns the d efault value for connected transformations and null for unconnected transformati ons. The informatic server inserts rows into cache when the condition is false.This i ndicates that the the row is not in the cache or target table. U can pass these rows to the target table What is power center repository? Standalone repository. A repository that functions individually, unrelated and u nconnected to other repositories. Global repository. (PowerCenter only.) The centralized repository in a domain, a group of connected repositories. Each domain can contain one global repository. The global repository can contain common objects to be shared throughout the do main through global shortcuts. Local repository. (PowerCenter only.) A repository within a domain that is not t he global repository. Each local repository in the domain can connect to the glo bal repository and use objects in its shared folders. What r the joiner caches? Specifies the directory used to cache master records and the index to these reco rds. By default, the cached files are created in a directory specified by the se rver variable $PMCacheDir. If you override the directory, make sure the director y exists and contains enough disk space for the cache files. The directory can b e a mapped or mounted drive. In the source, if we also have duplicate records and we have 2 targets, T1- for unique values and T2- only for duplicate values. How do we pass the unique value s to T1 and duplicate values to T2 from the source to these 2 different targets in a single mapping?

source--->sq--->exp-->sorter(with enable select distinct check box)--->t1 --->aggregator(with enabling group by and write count function)--->t2 If u want only duplicates to t2 u can follow this sequence --->agg(with enable group by write this code decode(count(col),1,1,0))--->Filter (condition is 0)--->t2. What r the diffrence between joiner transformation and source qualifier transfor mation? Source qualifier Homogeneous source Joiner Heterogeneous source While importing the relational source defintion from database, what are the meta data of source you import? Source name Database location Column names Datatypes Key constraints. What r the unsupported repository objects for a mapplet? Source definitions. Definitions of database objects (tables, views, synonyms) or files that provide source data. Target definitions. Definitions of database objects or files that contain the ta rget data. Multi-dimensional metadata. Target definitions that are configured as cubes and dimensions. Mappings. A set of source and target definitions along with transformations cont aining business logic that you build into the transformation. These are the inst ructions that the Informatica Server uses to transform and move data. Reusable transformations. Transformations that you can use in multiple mappings. Mapplets. A set of transformations that you can use in multiple mappings. Sessions and workflows. Sessions and workflows store information about how and w hen the Informatica Server moves data. A workflow is a set of instructions that describes how and when to run tasks related to extracting, transforming, and loa ding data. A session is a type of task that you can put in a workflow. Each sess ion corresponds to a single mapping. What r the types of metadata that stores in repository? Source definitions. Definitions of database objects (tables, views, synonyms) or files that provide source data. Target definitions. Definitions of database objects or files that contain the ta rget data. Multi-dimensional metadata. Target definitions that are configured as cubes and dimensions. Mappings. A set of source and target definitions along with transformations cont aining business logic that you build into the transformation. These are the inst ructions that the Informatica Server uses to transform and move data.

You might also like