<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Step by Step Procedure to Implement SQL Server Transactional Replication with Oracle as Publisher</title><link>http://blogs.msdn.com/b/sqlserverfaq/archive/2008/10/16/step-by-step-procedure-to-implement-sql-server-transactional-replication-with-oracle-as-publisher.aspx</link><description>/*** Note: Kindly follow the Instruction in each step ***/ 
 /*** If you are using SQL Server 2008 Management Studio, Ctrl-Shift-M might not work. In that case go to “Query” menu and click on “Specify Values for Template Parameters” ***/ 
 1) Logon</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Step by Step Procedure to Implement SQL Server Transactional Replication with Oracle as Publisher</title><link>http://blogs.msdn.com/b/sqlserverfaq/archive/2008/10/16/step-by-step-procedure-to-implement-sql-server-transactional-replication-with-oracle-as-publisher.aspx#10400920</link><pubDate>Sun, 10 Mar 2013 04:34:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10400920</guid><dc:creator>How to add article to existing replication?</dc:creator><description>&lt;p&gt;How to add article to existing replication?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10400920" width="1" height="1"&gt;</description></item><item><title>re: Step by Step Procedure to Implement SQL Server Transactional Replication with Oracle as Publisher</title><link>http://blogs.msdn.com/b/sqlserverfaq/archive/2008/10/16/step-by-step-procedure-to-implement-sql-server-transactional-replication-with-oracle-as-publisher.aspx#9898344</link><pubDate>Wed, 23 Sep 2009 11:18:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9898344</guid><dc:creator>Radovan Cisar</dc:creator><description>&lt;p&gt;call oracle procedure (function) via linked server and get its result (return value)&lt;/p&gt;
&lt;p&gt;&amp;lt;pre&amp;gt;&lt;/p&gt;
&lt;p&gt;--input parameters p1, p2, p3&lt;/p&gt;
&lt;p&gt;declare @SQL nvarchar(1000)&lt;/p&gt;
&lt;p&gt;declare @param nvarchar(100)&lt;/p&gt;
&lt;p&gt;declare @result varchar(20) -- numbers may cause data type error&lt;/p&gt;
&lt;p&gt;-- (...custom actions, i.e. insert to local table)&lt;/p&gt;
&lt;p&gt;set @SQL = N'set @result = (select * from openquery(myLinkedServer, ''select OwnerName.Function_Insert(' + cast(@p1 as varchar) + ', ' + cast(@p1 as varchar) + ', ' + cast(@p3 as varchar) + ') from dual''))'&lt;/p&gt;
&lt;p&gt;set @param = '@result varchar output'&lt;/p&gt;
&lt;p&gt;EXEC sp_executesql @SQL, @param, @result output &lt;/p&gt;
&lt;p&gt;if @result &amp;lt;&amp;gt; '0' goto ERROR&lt;/p&gt;
&lt;p&gt;-- (...custom actions)&lt;/p&gt;
&lt;p&gt;return 1 -- OK&lt;/p&gt;
&lt;p&gt;ERROR:&lt;/p&gt;
&lt;p&gt;-- (...custom actions, i.e. delete from local table with(rowlock))&lt;/p&gt;
&lt;p&gt;return 0 -- KO&lt;/p&gt;
&lt;p&gt;&amp;lt;/pre&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9898344" width="1" height="1"&gt;</description></item><item><title> Microsoft SQL Server Tips amp Tricks Step by Step Procedure to | unemployment office</title><link>http://blogs.msdn.com/b/sqlserverfaq/archive/2008/10/16/step-by-step-procedure-to-implement-sql-server-transactional-replication-with-oracle-as-publisher.aspx#9759707</link><pubDate>Tue, 16 Jun 2009 10:55:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9759707</guid><dc:creator> Microsoft SQL Server Tips amp Tricks Step by Step Procedure to | unemployment office</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://unemploymentofficeresource.info/story.php?id=14689"&gt;http://unemploymentofficeresource.info/story.php?id=14689&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9759707" width="1" height="1"&gt;</description></item></channel></rss>