<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>Search results matching tags 'Oracle' and 'SSIS'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Oracle%2cSSIS&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tags 'Oracle' and 'SSIS'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>SSIS, preserving foreign key constraints.</title><link>http://forums.asp.net/thread/3423436.aspx</link><pubDate>Thu, 24 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3423436</guid><dc:creator>Frederick</dc:creator><description>&lt;p&gt;Hi, all.&lt;/p&gt;
&lt;p&gt;For the past few days, I&amp;#39;ve been trying to use SSIS to migrate data in tables from a SQL Server database to an Oracle database. I need to retain foreign key constraints while doing it. I&amp;#39;m not in a position to remove foreign key constraints, then add them back.&lt;/p&gt;
&lt;p&gt;The problem is that each of the foreign keys I&amp;#39;m using are newly generated GUIDs (created by SSIS).&lt;br /&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;I have two tables, &amp;quot;ShipClass&amp;quot; and &amp;quot;Ship&amp;quot;. ShipClass contains a foreign Key pointing to Ship. That means the Ship table is loaded first, then ShipClass.&lt;br /&gt;In the first dataflow, Ship is loaded appropriately in its&amp;#39; table - with a new Guid for its&amp;#39; foreign key field. ShipClass is loaded next, but the column containing the foreign key pointing to Ship always has a newly generated Guid.&lt;/p&gt;
&lt;p&gt;The problem: &lt;br /&gt;ShipClass has a FK relationship to Ship - both of their Guids absolutely have to be the same. I need a way to preserve foreign key constraints when I&amp;#39;m loading two different tables in SSIS.&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t figure out how to do this. Can I get some help?&lt;/p&gt;</description></item><item><title>Moving data via SSIS.</title><link>http://forums.asp.net/thread/3397709.aspx</link><pubDate>Thu, 10 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3397709</guid><dc:creator>Frederick</dc:creator><description>&lt;p&gt;Hi, all.&lt;/p&gt;&lt;p&gt;This is a basic SSIS question.&lt;/p&gt;&lt;p&gt;IA co-worker of mine created several SSIS packages in Business Intelligence Development Studio. I have to use those packages to move data from an old database to a new one. (Creating new packages isn&amp;#39;t an option.) &lt;/p&gt;&lt;p&gt;My problem: &lt;/p&gt;&lt;p&gt;A coworker created some SSIS packages. They the protection level &amp;quot;EncryptSensitiveWithUserKey.&amp;quot; I changed the package protection level to &amp;quot;DontSaveSensitive&amp;quot;, so those packages aren&amp;#39;t encrypted specifically to her, but I get a new error message:&lt;/p&gt;&lt;p&gt;It
says that a null password was given. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;My question:&lt;/p&gt;&lt;p&gt;I have no idea where the password is supposed to be. If they have to be in a configuration file, can you tell me exactly where it is, with Syntax for including it? &lt;/p&gt;&lt;p&gt;Please note that I am transferring data from a SQL Server database to an Oracle database.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Need to load a Sql Server temp table from a Oracle select results</title><link>http://forums.asp.net/thread/3094826.aspx</link><pubDate>Thu, 16 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3094826</guid><dc:creator>mysorian</dc:creator><description>&lt;p&gt;May be you should use SQL Server Integration Services. Set up a data flow task, get data from Oracle and push it to a SQL Server table. You may not even need to&amp;nbsp;write code, but there may be some data conversions needed which can also be configured in SSIS.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are not proficient in the use of SSIS, I highly recommend my book which btw has even an Oracle &amp;lt;--&amp;gt;SQL Server example. This is a beginners book with very little code.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.packtpub.com/sql-server-integration-services-visual-studio-2005/book"&gt;http://www.packtpub.com/sql-server-integration-services-visual-studio-2005/book&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Fastload Tables into Oracle 10 through SQL Server 2005 SSIS</title><link>http://forums.asp.net/thread/2715675.aspx</link><pubDate>Thu, 30 Oct 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2715675</guid><dc:creator>Charles Asbornsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp; I know there is no easy way to do fastload through SSIS to an Oracle destination, so I have rearchitected the feedback portion of my ETL (99.9% from Oracle to SQL Server 2005, just a little feeding back to Oracle to allow server side filtering) so that there is just one place where it happens and it doesn&amp;#39;t happen often.&amp;nbsp; However, it still takes a good 20-30 minutes to load 3,048 rows here and that&amp;#39;s ridiculous.&amp;nbsp; In future releases I may not have the happy option of reducing the&amp;nbsp;frequency of feedback needed for filtering and I might need to figure out a way to do bulk loading.&lt;/p&gt;
&lt;p&gt;I know you can bulk load to Oracle through a text file but I don&amp;#39;t know if it works in SSIS, and besides it would be really inelegant with scripts and strange configs and such, and possibly there would be security issues.&amp;nbsp; Does anyone out there have a better solution to this problem?&amp;nbsp; I understand that Microsoft wants to limit Oracle destinations for their ETLs to do a little market arm-twisting.&amp;nbsp; Is there a custom destination control out there that can be loaded into the SSIS Toolkit?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item></channel></rss>