Latest Answer: Shared Folder is like another folder but that can be accessed by all the users(Access can be changed), This is mainly used to share the Objects between the folders for resuablity. For example you can create a shared folder for keeping all the Common Mapplets ...
Latest Answer: Tracing level in the case of informatica specifies the level of detail of information that can be recorded in the session log file while executing the workflow.4 types of tracing levels supported1.Normal: It specifies the initialization and status information ...
When we are having data in the target table and there are no primary key or foreign key mentioned in the target table then how will you update as well as insert the data?
Latest Answer: For some special cases like for example, You need to select the max salary
from emp table for a particular dept. then use
"select max(salary) from emp where deptno=in_dept_no
group by deptno".
Kindly let me know if this is possible ...
Latest Answer: Economic comparision is nothing but the price-tag of informatica available versions. ...
Latest Answer: You can use the Repository Manager to perform the following tasks:Add or remove a repository.Work with repository connections. Search for repository objects or keywords.View object dependencies. Compare repository objects.Truncate session and workflow ...
Latest Answer: INF Basic Data flow means Extraction, Transformation and Loading of data from Source to the target.CheersNick ...
Latest Answer: Pre-session:Before executing session, this pre-session command executesPost-session:After the completion of execution of this session, the script in the post-session runs. ...
what happens when a repository is deleted?If it is deleted for some time and if we want to delete it permanently?where is stored (address of the file)
Latest Answer: repository is stored in database ,go in repository admin console right click on repository then choose delete . a dialog box is displayed fill up the user name(database user wr ur repository is reside),give password and fill all the field .thereafter ...
Latest Answer: CBL means constaraint based loading.the data was loaded into the the target table based on the Constraints.i.e if we want to load the EMP&DEPT data,first it loads the data of DEPT then EMP because DEPT is PARENT table EMP is CHILD table.easily to ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top