What is difference between CHAR and VARCHAR2?What is the maximum SIZE allowed for each type?
6 34105If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
4 10858I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
1673I have following column in the table. col1 1 a b c 2 3 d and I want to display it as num chars 1 a 2 b 3 c 4 d numbers in one column and letters in another column.
1 3179Can anyone tell me what are the roles and responsibilities of informatica support ( L1, L2, & L3 ) Team?
1 1970How to recover a workflow? What are the different approaches?( In prod i.e no access to modify)
1254Post New Saama Tech Interview Questions
What is the smallest unit of information transfer in FC?
did you maintain the hadoop cluster in-house or used hadoop in the cloud?
How to get the particular property value?
Define shape factor?
What is a file in os?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How do I run python on windows?
What is the protocol in ios?
Why is multithreading important?
How will you insert a column in a table?
What should be the material composition of transformer oil filtration machine to avoid metal contamination in filtered oil?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
Where are the settings stored for each instance in oracle?
How to decide the size of the capacitor for a single phase induction motor say 2 HP ??
What is an object in scala?