<?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>Siebel Answers &#187; Informatica</title>
	<atom:link href="http://interview.siebelunleashed.com/blog/category/siebel-analytics/informatica/feed/" rel="self" type="application/rss+xml" />
	<link>http://interview.siebelunleashed.com/blog</link>
	<description>Making Siebel Interviews easy</description>
	<lastBuildDate>Mon, 29 Mar 2010 15:52:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>What are Sessions and Batches?</title>
		<link>http://interview.siebelunleashed.com/blog/siebel-analytics/informatica/what-are-sessions-and-batches/</link>
		<comments>http://interview.siebelunleashed.com/blog/siebel-analytics/informatica/what-are-sessions-and-batches/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 12:00:19 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Informatica]]></category>
		<category><![CDATA[parallel execution]]></category>
		<category><![CDATA[server manager]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=475</guid>
		<description><![CDATA[Session:  A Session is a set of instructions that tells the Informatica Server how and when to move data from Source to Target. After creating the session, we can use either the server manager or the command line program pmcmd to start or stop the session. Batches: It provides a way to group sessions for either serial [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Session: </strong> A Session is a set of instructions that tells the <strong>Informatica Server </strong><em>how and when to move data from Source to Target</em>. After creating the session, we can use either the <strong>server manager</strong> or the command line program <strong>pmcmd</strong> to start or stop the session.<span id="more-475"></span></p>
<p><strong>Batches:</strong> It provides a <em>way to group sessions</em> for either serial or parallel execution by the <strong>Informatica Server</strong>. There are two types of batches:</p>
<ul>
<li><strong>Sequential</strong> &#8211; Run Session one after the other.</li>
<li><strong>Concurrent</strong> &#8211; Run Session at the same time.</li>
</ul>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/how-can-we-call-workflow-process-synchronously-through-scripting/" rel="bookmark" class="wherego_title">How can we call workflow process synchronously through scripting ?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/link-specification-interview-question/" rel="bookmark" class="wherego_title">Link Specification–Interview Question.</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/use-of-siebel-return-canceloperation/" rel="bookmark" class="wherego_title">What is the use of return(CancelOperation)?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-analytics/primary-purpose-of-surrogate-key/" rel="bookmark" class="wherego_title">What is the primary purpose of using surrogate key?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/siebel-analytics/informatica/what-are-sessions-and-batches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the primary purpose of using surrogate key?</title>
		<link>http://interview.siebelunleashed.com/blog/siebel-analytics/primary-purpose-of-surrogate-key/</link>
		<comments>http://interview.siebelunleashed.com/blog/siebel-analytics/primary-purpose-of-surrogate-key/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 10:47:41 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Siebel Analytics]]></category>
		<category><![CDATA[fact tables]]></category>
		<category><![CDATA[inforamatica]]></category>
		<category><![CDATA[sequence generator]]></category>
		<category><![CDATA[surrogate key]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=473</guid>
		<description><![CDATA[What is the primary purpose of using surrogate key? Will those be used in fact tables? If not then what is the purpose in using it? Answer: Surrogate key is used for indexing purpose  i.e. as a primary key for a table. Reason of using Surrogate Key over Primary Key: Primary Key may take more or [...]]]></description>
			<content:encoded><![CDATA[<p></p><ol>
<li>What is the primary purpose of using surrogate key?</li>
<li>Will those be used in fact tables? If not then what is the purpose in using it?</li>
</ol>
<p><strong>Answer:</strong><span id="more-473"></span></p>
<p><strong>Surrogate key</strong> is used for <strong>indexing purpose</strong>  i.e. as a <strong>primary key</strong> for a table.</p>
<p><strong>Reason of using Surrogate Key over Primary Key:</strong><br />
Primary Key may take more or less memory i.e. it may contain characters but Surrogate Key contains only number.  So comparison of numbers is easy when comparing with characters. </p>
<p>Yes, <strong>Surrogate Key</strong> will be used in <strong>fact tables</strong> to <em>establish a <strong>relationship</strong> between <strong>dimensions</strong></em>.  <strong>Surrogate keys </strong>are implemented by using the Sequence generator.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/link-join-difference/" rel="bookmark" class="wherego_title">What is difference between Link and Join?</a></li><li><a href="http://interview.siebelunleashed.com/blog/workflows/different-methods-invoke-workflow/" rel="bookmark" class="wherego_title">Different methods of invoking workflow ?</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/use-of-siebel-return-canceloperation/" rel="bookmark" class="wherego_title">What is the use of return(CancelOperation)?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/siebel-st-better-than-siebel-t-engine/" rel="bookmark" class="wherego_title">Is ST better than T engine? Is it better to typecast variables as in ST? If Yes, why?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/setfieldvalue-and-calculated-field-interview-question/" rel="bookmark" class="wherego_title">SetFieldValue and Calculated Field &#8211; Interview Question</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/siebel-analytics/primary-purpose-of-surrogate-key/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

