<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5405368206631046634</id><updated>2011-04-21T20:54:00.316-07:00</updated><category term='The Database blues'/><category term='For New Comers'/><category term='Ask us'/><title type='text'>ferret out "Informatica"</title><subtitle type='html'>Experience led to learnings on Informatica</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://etlhelp.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5405368206631046634/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://etlhelp.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>In4matick</name><uri>http://www.blogger.com/profile/02038303371811792291</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5405368206631046634.post-7552639226162746501</id><published>2008-03-26T09:32:00.000-07:00</published><updated>2008-03-26T09:34:35.382-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='The Database blues'/><title type='text'>The Reserve Words Support in Informatica</title><content type='html'>Talking a lot about Informatica keeping Database at bay, doesn’t really make mush sense. At least we can’t avoid the database issues for long. This post deals the support for reserve words as column names of database tables in Informatica.&lt;br /&gt;It’s quite common to use columns names like “Comment” in the tables (At least that was how I learnt about Reserve words). But once you try to populate such table, you may get a database driver error.&lt;br /&gt;For example: Suppose you are using Oracle as your database, and the source or target table has a reserve word say “Year” as a column name then you may get following error:&lt;br /&gt;&lt;br /&gt;“WRT_8229 Database errors occurred   &lt;br /&gt;SQL0199N The use of the reserved word "YEAR" following "" is not valid”&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;&lt;br /&gt;Informatica Version 8.1.1 comes with support for Reserve word issues. All you need here is a file named reswords.txt that is created in the Integration Service installation directory or the installation directory of Informatica. In this file you may have entries in the following format:&lt;br /&gt;[ORACLE]&lt;br /&gt;Comment&lt;br /&gt;Year&lt;br /&gt;[DB2]&lt;br /&gt;Year&lt;br /&gt;Select&lt;br /&gt;&lt;br /&gt; This file is then located by the Integration Service which places quotes around reserved words every time an SQL statement is used any database.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5405368206631046634-7552639226162746501?l=etlhelp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://etlhelp.blogspot.com/feeds/7552639226162746501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5405368206631046634&amp;postID=7552639226162746501' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5405368206631046634/posts/default/7552639226162746501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5405368206631046634/posts/default/7552639226162746501'/><link rel='alternate' type='text/html' href='http://etlhelp.blogspot.com/2008/03/reserve-words-support-in-informatica.html' title='The Reserve Words Support in Informatica'/><author><name>In4matick</name><uri>http://www.blogger.com/profile/02038303371811792291</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5405368206631046634.post-364883254972730506</id><published>2008-03-05T02:33:00.000-08:00</published><updated>2008-03-05T02:39:17.628-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='For New Comers'/><title type='text'>My first brushes with Informatica!!!</title><content type='html'>If you are a newbie to any tool, the first question that ever occurs in your mind (usually, not always) is “Why is it required???” The lessons learnt during college days seem to be more than sufficient for any problem on earth, at least that’s what we all did for our intern project. But what we don’t realize is not only we are new to the tool, we are also unaware of the real world issues and scenarios. The first question that came to my mind was why is Informatica required when we have all the robust database products in place. This sounds quite stupid, but what’s worth mentioning here is by that time I was not fully aware of what does ETL exactly mean (I did know its full form then).&lt;br /&gt;For a newbie, I suppose what’s most important is asking the right question and then following it up till you get a definitive solution. Having said that, I’ll shoot following questions to the fresher:&lt;br /&gt;1. What will you do if you are asked to load data from a text file to any database, say Oracle (I agree there are work around solutions, but I am not getting into them)&lt;br /&gt;2. A table in a database from one vendor (say, DB2) needs to be loaded to the one from another vendor (say, Oracle) along with its data and without distorting the schema of course (Remember different databases support different data types with varying precisions)&lt;br /&gt;3. Now let us take a scenario where you have to load data from a file into a table. The file is replenished with new data daily and you need to load this new data into the same table. Assuming you find a workaround solution for Question 1 above. Now will you carry out this “smart” procedure of yours for the scenario above daily?&lt;br /&gt;&lt;br /&gt;Welcome to the technology of Informatica where problems like above and much more complicated than these can be tackled with utmost ease. Once you solve any of the issues mentioned above, you’ll be said to have done ETL i.e. Extract, Transform and Load. There is much more to be talked about the capabilities of the tool and that is what this blog is dedicated to.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5405368206631046634-364883254972730506?l=etlhelp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://etlhelp.blogspot.com/feeds/364883254972730506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5405368206631046634&amp;postID=364883254972730506' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5405368206631046634/posts/default/364883254972730506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5405368206631046634/posts/default/364883254972730506'/><link rel='alternate' type='text/html' href='http://etlhelp.blogspot.com/2008/03/my-first-brushes-with-informatica.html' title='My first brushes with Informatica!!!'/><author><name>In4matick</name><uri>http://www.blogger.com/profile/02038303371811792291</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5405368206631046634.post-219749751841702552</id><published>2008-02-21T05:08:00.000-08:00</published><updated>2008-02-21T05:19:44.344-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ask us'/><title type='text'>Hey Informatikers</title><content type='html'>We were as nascent to this technology called Informatica, as you are now (may be you aren't)... But now we stand erect on a stage from where we can claim ourselves to be evolved with Informatica. Taught by experience and tested by conditions, we are now out to help others out of tough time that we have been through while playing with this tool. As our further posts will bear testimony to this fact, we also welcome your queries, suggestions and issues on the ETL technology.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5405368206631046634-219749751841702552?l=etlhelp.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://etlhelp.blogspot.com/feeds/219749751841702552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5405368206631046634&amp;postID=219749751841702552' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5405368206631046634/posts/default/219749751841702552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5405368206631046634/posts/default/219749751841702552'/><link rel='alternate' type='text/html' href='http://etlhelp.blogspot.com/2008/02/hey-informatikers.html' title='Hey Informatikers'/><author><name>In4matick</name><uri>http://www.blogger.com/profile/02038303371811792291</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
