Tagged Questions
Informatica is a UI based ETL tool used in data warehouse setup.
3
votes
5answers
686 views
I need information about Informatica
I need some information about the Informatica ETL tool. I am a rookie with that, so could you please recommend where can I get some tutorials to get started. Can I download the tool, and if so where ...
3
votes
4answers
2k views
informatica powercenter vs custom perl ETL job?
Most of my company uses powercenter informatica for Extract-Transform-Load type data move jobs between databases.
However project I am on has a big custom Perl job with some Java thrown in for good ...
2
votes
0answers
130 views
Informatica B2B Data Transformation
I am trying to handle a xsd:choice in the B2B transformation engine.
(xsd examples here)
That is I have a
And I am only intrested in getting the "one" part
And I only want extract the "one" ...
1
vote
0answers
15 views
Informatica using Oracle database
We are bulkloading few of our target Oracle tables.
Many of our tables had one column with datatype timestamp(6) with local time zone.
when we insert just the date value(mm-dd-yyyy) then target ...
1
vote
1answer
124 views
Presql and postsql in Informatica is not getting executed
Presql and postsql in Informatica is not getting executed.
ISSUE DESCRIPTION :
I have table in Microsoft SQL server.I am trying to update/insert this table using Informatica powercenter session by ...
1
vote
1answer
51 views
how to add an intermediate calculated “variable” in informatica
I am an Informatica newbie, and making a flow like:
(Source A - Source A Qualifier) and (Source B - Source B Qualifier) -> Joiner -> Target
say I need to calculate a a variable/column over ...
1
vote
0answers
35 views
Why is my “Row Type” Blank?
I can't figure out why are my row types blank starting with row #5. Any ideas?
1
vote
0answers
74 views
How to run only failed sessions in a workflow
In a workflow there are sessions connected in parallel and in sequence. Suppose some sessions which are in parallel and in sequential mode are failed, How do I restart the workflow with only failed ...
1
vote
1answer
595 views
Why joiner doesn't have not equal to operator in Informatica?
Why doesn't Informatica's joiner transformation support !=, >=, <= operators?
Why should they come up with a concept like lookup?
1
vote
1answer
648 views
Replacing special characters by null
Is there any function to replace the special characters by null in informatica
if we used replacestr function, i think we should specify all special characters
as follows ...
0
votes
1answer
8 views
Informatica - Duplicate elimination
I am having a flat file with 10 records, and out of it 5 records are duplicate records(Unique key column: Customer_Id and source_system). This flat file has to load to a Oracle table and this is the ...
0
votes
1answer
13 views
Extraction of data from Siebel Data base to Dat file and staging table
I am working on a new requirment and I am new into this. So seeking your help.
Requriment - From Siebel base tables (S_ORG_EXT,S_CONTACT,S_PROD_INT) I have to export data and need to put into two ...
0
votes
0answers
7 views
Informatica Data Quality - Match Analysis
In our Duplicate analysis requirement the input data has 1418 records out of which 1380 records are duplicate records.
On using the Match Analysis(used Key Generator, Matcher, Associator, ...
0
votes
0answers
20 views
informatica value larger than specified precision allowed for this column
I tried to load a table ADuplicate which is duplicate of Table A using one to one mapping direct mapping in Informatica.
But I got following error:
"Value larger than specified precision allowed ...
0
votes
1answer
24 views
What value is returned for non grouped ports?
If I have the below set of records,
c1 c2 c3 c4
1 2 3 4
1 2 4 6
1 2 3 1
I group by c1 and c2 and get max of c3 what value iIwill get for c4?
0
votes
0answers
63 views
Problems with Netezza bulk loader in Informatica
I am using Informatica 9.1.0 and I have problems using Netezza bulk loader to populate my target tables.
Everything works ok when I use ODBC driver to populate the target. The mapping in question is ...
0
votes
0answers
33 views
Informatica - aggregate and where clause
I have a sql that i need to transform but not sure how I can do it when this is what i want to do
select c.case_id , c.case_seq , max( cv.case_seq)
from case c
inner join case_ev cv
where
...
0
votes
1answer
86 views
SCD TYPE2 in informatica
i am new to this informatica tool. can anyone of you please elaborate on how to map the informatica for the inserts and updates to the target from source table.
I appreciate it, if you explain with ...
0
votes
1answer
160 views
The Repository Service marked the session or session instance as impacted
I am new in control-M. I have a work flow that i developed in Informatica....When i run the work flow in informatica workflow manager itz working fine...but when i scheduled it in Control-M Its making ...
0
votes
0answers
56 views
Executing PostgreSQL function in informatica
I'm using informatica desinger and postgres DB and i'm trying to execute a sql function that i created in sql. I tried to connect them with "sql transform" but i get the following error:
"invalid ...
0
votes
1answer
32 views
microprocessors and microcontrollers difference [closed]
MCS51 v / s MSP430x2xxx Which of them is felt more powerful? 1 difference
0
votes
1answer
329 views
migrating data of Image type from SQL Server 2005 to a BLOB column in Oracle 10g
We need help in migrating data of Image type from SQL Server 2005 to a BLOB column in Oracle 10g.
SQL Server 2005 column of image data type contains data for files attached to the system from front ...
0
votes
1answer
162 views
DB2 DBA, Data-Warehousing and BI training
I want to take DB2 DBA certification and also want to learn Data-Warehousing and Business Intelligence. I want to know:
(1) Whether DB2 DBA certification is demanding or not. I am a .NET developer ...
0
votes
1answer
147 views
informatica problem
Facing Error: *cannot start the server 'servername' *
when trying to start the workflow, iam getting the above error. I have configured server settings properly and it resolved as well..
all the ...
0
votes
0answers
252 views
SQL Query in Informatica Cloud
I am trying to integrate a MySQL database with Salesforce but am having trouble with part of the query logic.
I enter this query:
SELECT occupation_name FROM skillsmatch_skillsprofile GROUP BY ...
0
votes
0answers
366 views
replace special char with null
Is there any function to replace the special characters by null in informatica
if we used replacestr function, i think we should specify all special characters
as follows ...
0
votes
2answers
244 views
How to copy the data into one excel file at the time of mapping running in informatica?
I want to copy the data into one excel file, while the mapping has been running in informatica.
0
votes
1answer
397 views
How to Rename the ODBC Data source in Import tables->connect to database in informatica?
I want to know how to rename the ODBC data source in informatica.
0
votes
3answers
445 views
How to transfer data to the target table from multiple sources without using Joiner Transformation in informatica?
I have two sources (source A and Source B), source B is an another one target table in my db. both are in diff user id . Now i have to transfer some data,s from these two sources to target table. Can ...
0
votes
2answers
2k views
How to convert string into number using expression transformation in informatica?
I have source column(amount) with datatype string, contains the datas like $793.00, $5791.00,...
I need to load this same data into the target table column(amount) with datatype NUMBER
how can i get ...
-1
votes
2answers
515 views
Joining null in SQL Server, Oracle and informatica
I have two tables to join with a column (say emp_id).. if emp_id in both the tables have null values, how will SQL Server and Oracle treat???
Coz, I read that informatica will neglect the NULL rows ...
-1
votes
2answers
502 views
How can I translate these sed and perl one-liners to informatica?
Duplicate: http://stackoverflow.com/questions/1259545/let-me-know-alternate-command-in-dos-for-following-sed-and-perl-commands-closed
the following commands have unique implementation in unix box.
...