what is difference between mapping and mapplet ?
Answers were Sorted based on User's Feedback
Answer / sukanta
Mapping is developed for what data will move to target,what
the modifications done upon that.Mapping is the collection
of source,target,transformations and mapplets.
Mapplets is only collection of transformations.It is a
reusable object and you can use it in any mapping for that
particular folder.Mapplet is meant for a particular complex
work done lets say sale tax calculation.
In mapplet you can use source but can't use another mapplet.
| Is This Answer Correct ? | 14 Yes | 2 No |
Hi All, I have three question. 1) How to remove the header and footer in a flat file in informatica? 2)How to load the first and last record of flat file into the target? 3)I have a Input and Output table. Input Name Salaray Month A 100 Jan A 200 Feb A 300 March B 400 April B 500 May B 600 June Output Name Salaray Month A 100 Jan A 300 Feb A 600 March B 400 April B 900 May B 1500 June How to implement and get the ouput as mentioned above. If Possible kindly provide the SQL query also. Kindly any one help to implement this concept. Thanks, Pradeep
what are surrogate keys?
hi guys i have an question how do you find out weather the column is numeric or combination of char and numbers or it contains char,numeric and special characters.
write a query following source region sales 1 1000 2 2000 i want the output ?please give solution 1 2 1000 2000
How does a rank transform differ from aggregator transform functions max and min?
why we use materialized view over view?
hi all when i am creating repository contents i am getting this error and not able to create contents please let me know wht may be the problem ORA-01031: insufficient privileges Database driver error... Function Name : executeDirect SQL Stmt : CREATE VIEW REP_DATABASE_DEFS AS SELECT DISTINCT DBDNAM DATABASE_NAME, SRCNAM DEF_SOURCE, SUBJ_NAME SUBJECT_AREA, NULL VERSION_ID, OPB_DBD.VERSION_NUMBER DATABASE_VERSION_NUMBER FROM OPB_DBD, OPB_SUBJECT, OPB_SRC WHERE OPB_DBD.SUBJ_ID = OPB_SUBJECT.SUBJ_ID AND OPB_SRC.DBDID = OPB_DBD.DBDID AND OPB_SRC.VERSION_NUMBER = OPB_DBD.VERSION_NUMBER AND OPB_SRC.IS_VISIBLE = 1 Oracle Fatal Error Database driver error... Function Name : ExecuteDirect Oracle Fatal Error Error occurred while creating the repository An error has occurred while creating contents. Dropping repository tables... Create Contents operation on repository [reposerv] ended at 01/02/2009 13:02:48. Elapsed time is 0:00:09.
explain different types of modeling.
In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?
What is a joiner transformation?
How to delete the data in the target table after loaded.
What is a parameter When and where do you them when does the value will be created