<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bearparc - Softwareentwicklung und Projektmanagement &#187; Informatica Powercenter</title>
	<atom:link href="http://www.bearparc.info/category/oracle/etl/informatica-powercenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bearparc.info</link>
	<description>A software development blog for the qualified developer</description>
	<lastBuildDate>Thu, 04 Feb 2010 13:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Powercenter &#8211; How to filter empty values</title>
		<link>http://www.bearparc.info/2007/08/02/powercenter-how-to-filter-empty-values/</link>
		<comments>http://www.bearparc.info/2007/08/02/powercenter-how-to-filter-empty-values/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 21:01:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Informatica Powercenter]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/08/02/powercenter-how-to-filter-empty-values/</guid>
		<description><![CDATA[1. Add a Filter transformation to your mapping 2. Select port of the Normalizer and drop it to the Filter transformation 3. Edit the transformation and specify the following filter condition: NOT(ISNULL(portname))]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/08/02/powercenter-how-to-filter-empty-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Cleansing Functions</title>
		<link>http://www.bearparc.info/2007/08/02/data-cleansing-functions/</link>
		<comments>http://www.bearparc.info/2007/08/02/data-cleansing-functions/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 20:47:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Informatica Powercenter]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/08/02/data-cleansing-functions/</guid>
		<description><![CDATA[  Function Syntax Description INSTR INSTR( string, search_value [, start [, occurrence ] ] ) Returns the position of a character set in a string, counting from left to right. Available in the Designer and the Workflow Manager. IS_DATE IS_DATE( value ) Returns whether a value is a valid date. Available in the Designer and [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/08/02/data-cleansing-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica Powercenter &#8211; filtern von records bei Datumsformat &#8216;MON-YY&#8217;</title>
		<link>http://www.bearparc.info/2007/05/23/informatica-powercenter-filtern-von-records-bei-datumsformat-mon-yy/</link>
		<comments>http://www.bearparc.info/2007/05/23/informatica-powercenter-filtern-von-records-bei-datumsformat-mon-yy/#comments</comments>
		<pubDate>Wed, 23 May 2007 12:32:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[Informatica Powercenter]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/05/23/informatica-powercenter-filtern-von-records-bei-datumsformat-mon-yy/</guid>
		<description><![CDATA[TO_DATE(&#8216;DATEVAL&#8217;,'MON-YY&#8217;)&#62;TO_DATE(&#8216;SEP-06&#8242;,&#8217;MON-YY&#8217;)]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/05/23/informatica-powercenter-filtern-von-records-bei-datumsformat-mon-yy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica Powercenter &#8211; alle tasks auflisten mit dem Flag &#8216;Fail parent if this task fails&#8217; und &#8216;Fail parent if this task does not run&#8217;</title>
		<link>http://www.bearparc.info/2007/05/23/informatica-powercenter-alle-tasks-auflisten-mit-dem-flag-fail-parent-if-this-task-fails-und-fail-parent-if-this-task-does-not-run/</link>
		<comments>http://www.bearparc.info/2007/05/23/informatica-powercenter-alle-tasks-auflisten-mit-dem-flag-fail-parent-if-this-task-fails-und-fail-parent-if-this-task-does-not-run/#comments</comments>
		<pubDate>Wed, 23 May 2007 11:50:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[Informatica Powercenter]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/05/23/informatica-powercenter-alle-tasks-auflisten-mit-dem-flag-fail-parent-if-this-task-fails-und-fail-parent-if-this-task-does-not-run/</guid>
		<description><![CDATA[SELECT OPB_SUBJECT.SUBJ_NAME FOLDER_NAME, OPB_TASK.TASK_NAME SESSION_NAME, OPB_OBJECT_TYPE.OBJECT_TYPE_NAME TASK_TYPE_NAME, OPB_TASK_ATTR.ATTR_ID, OPB_MMD_TASK_ATTR.ATTR_NAME, OPB_TASK_ATTR.ATTR_VALUE FROM OPB_TASK_ATTR, OPB_OBJECT_TYPE, OPB_MMD_TASK_ATTR, OPB_SESSION, OPB_SUBJECT, OPB_TASK WHERE OPB_TASK_ATTR.TASK_TYPE = OPB_OBJECT_TYPE.OBJECT_TYPE_ID AND OPB_TASK_ATTR.TASK_TYPE = OPB_MMD_TASK_ATTR.OBJECT_TYPE_ID AND OPB_TASK_ATTR.ATTR_ID = OPB_MMD_TASK_ATTR.ATTR_ID AND OPB_TASK.SUBJECT_ID = OPB_SUBJECT.SUBJ_ID AND OPB_TASK.TASK_ID = OPB_SESSION.SESSION_ID AND OPB_TASK_ATTR.TASK_ID = OPB_TASK.TASK_ID and OPB_SUBJECT.SUBJ_NAME = &#8216;FOLDER_NAME&#8217; ORDER BY  OPB_TASK.TASK_NAME, OPB_MMD_TASK_ATTR.ATTR_NAME]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/05/23/informatica-powercenter-alle-tasks-auflisten-mit-dem-flag-fail-parent-if-this-task-fails-und-fail-parent-if-this-task-does-not-run/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica Powercenter &#8211; workflow start / finish / runtime</title>
		<link>http://www.bearparc.info/2007/05/23/informatica-powercenter-workflow-start-finish-runtime/</link>
		<comments>http://www.bearparc.info/2007/05/23/informatica-powercenter-workflow-start-finish-runtime/#comments</comments>
		<pubDate>Wed, 23 May 2007 11:47:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[Informatica Powercenter]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/05/23/informatica-powercenter-workflow-start-finish-runtime/</guid>
		<description><![CDATA[SELECT  LOG.SESSION_INSTANCE_NAME   ,LOG.END_TIME  ,LOG.START_TIME  ,MAX(ROUND((LOG.END_TIME &#8211; LOG.START_TIME) * 24 * 60)) as DURATION_MINS FROM  REP_SESS_TBL_LOG LOG WHERE  LOG.SUBJECT_AREA = &#8216;Folder_name&#8217;  AND LOG.START_TIME &#62;= TO_DATE(&#8217;05/01/2007&#8242;,&#8217;MM/DD/YYYY&#8217;)  AND LOG.START_TIME &#60; LOG.END_TIME GROUP BY  LOG.SESSION_INSTANCE_NAME   ,LOG.END_TIME ,LOG.START_TIME ORDER BY  DURATION_MINS DESC , LOG.SESSION_INSTANCE_NAME]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/05/23/informatica-powercenter-workflow-start-finish-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informatica Powercenter &#8211; TM_6164 Failed to Initialize Monitoring. Disabling Monitoring.</title>
		<link>http://www.bearparc.info/2007/05/23/informatica-powercenter-tm_6164-failed-to-initialize-monitoring-disabling-monitoring/</link>
		<comments>http://www.bearparc.info/2007/05/23/informatica-powercenter-tm_6164-failed-to-initialize-monitoring-disabling-monitoring/#comments</comments>
		<pubDate>Wed, 23 May 2007 11:39:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ETL]]></category>
		<category><![CDATA[Informatica Powercenter]]></category>

		<guid isPermaLink="false">http://www.bearparc.info/2007/05/23/informatica-powercenter-tm_6164-failed-to-initialize-monitoring-disabling-monitoring/</guid>
		<description><![CDATA[Der Fehler tritt auf, wenn Collect Performance Data enabled ist und der Power Center User keinen Zugriff auf das file hat (session name.perf) das die Performance Daten aufzeichnet. defaultmässig liegt dieses file in $PM_HOME/SessLogs directory. Fehlerlösung: 1. Powercenter user muss read und write Rechte auf das Verzeichnis $PM_HOME/SessLogs directory bekommen 2. Disablen der Collect Performance [...]]]></description>
		<wfw:commentRss>http://www.bearparc.info/2007/05/23/informatica-powercenter-tm_6164-failed-to-initialize-monitoring-disabling-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
