﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / Working with Oracle  / Data migration from sql to oracle / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 19:14:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Data migration from sql to oracle</title><link>http://www.sqlservercentral.com/Forums/Topic1389584-1044-1.aspx</link><description>as i remember it, MSDAORA is 32 bit, no longer supported, adn only works correctly on oracle 9 and below;10,11 and above changed the way they handle BLOB/CLOBS, and you get errors if you use that driver on tables containing that datatype.</description><pubDate>Mon, 03 Dec 2012 13:46:48 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: Data migration from sql to oracle</title><link>http://www.sqlservercentral.com/Forums/Topic1389584-1044-1.aspx</link><description>[quote]I believe the MSDAORA provider is for 32-bit systems[/quote]Speaking of MSDAORA, isn't that provider no longer supported? I thought it was meant only for Oracle 8i systems and below. It may be better to use the Oracle OLE DB provider.If you connect to the Oracle database with SQLPlus and run the following, what do you get:describe [table name]</description><pubDate>Mon, 03 Dec 2012 13:40:04 GMT</pubDate><dc:creator>Joie Andrew</dc:creator></item><item><title>RE: Data migration from sql to oracle</title><link>http://www.sqlservercentral.com/Forums/Topic1389584-1044-1.aspx</link><description>Check the version og Oracle you are using in both systems - that is whether it is 32-bit oracle client and a 32-bit SQL server or both systems are 64-bit.I believe the MSDAORA provider is for 32-bit systems. Good luck!:hehe:</description><pubDate>Thu, 29 Nov 2012 12:27:58 GMT</pubDate><dc:creator>sam-770000</dc:creator></item><item><title>RE: Data migration from sql to oracle</title><link>http://www.sqlservercentral.com/Forums/Topic1389584-1044-1.aspx</link><description>Yes, I can see the table through linked server , but while accessing it gives me an error.Error:- The OLE DB provider "MSDAORA" for linked server "oracle" does not contain the table ""ggs_owner"."vd"". The table either does not exist or the current user does not have permissions on that table.</description><pubDate>Thu, 29 Nov 2012 03:20:26 GMT</pubDate><dc:creator>mssqlsrv</dc:creator></item><item><title>RE: Data migration from sql to oracle</title><link>http://www.sqlservercentral.com/Forums/Topic1389584-1044-1.aspx</link><description>This error message occurs because of Oracle tries to execute an SQL statement that references a table or view that either does not exist, or because of a synonym that is not allowed here was used, or because of you do not have access rights to the particular object. Other possible cause is that the table or view belongs to another schema and you didn’t reference the table by the schema name, or a view was referenced where a table is required. For more information: http://www.mydigitallife.info/ora-00942-table-or-view-does-not-exist-oracle-error/</description><pubDate>Wed, 28 Nov 2012 21:06:07 GMT</pubDate><dc:creator>prettsons</dc:creator></item><item><title>RE: Data migration from sql to oracle</title><link>http://www.sqlservercentral.com/Forums/Topic1389584-1044-1.aspx</link><description>Can you see the table from a linked server within SSMS?</description><pubDate>Wed, 28 Nov 2012 05:24:23 GMT</pubDate><dc:creator>Joie Andrew</dc:creator></item><item><title>Data migration from sql to oracle</title><link>http://www.sqlservercentral.com/Forums/Topic1389584-1044-1.aspx</link><description>I have transferred one table from sql server 2008 r2 to oracle 11g. using import export wizard.all permissions in oracle are set proper. while exporting it shows me records are transferred.then I connected to oracle &amp; search my transfer table using select * from tab;It shows me table is there but when I want to see data using select * from mytable_name;then it gives me an error that "table or view doesnot exist".I tried to build an SSIS package &amp; transferred table but same thing happen.DBA permission is assigned to oracle user. Please help me why I can't see table in oracle, if SQL shows "rows are transferred".</description><pubDate>Wed, 28 Nov 2012 02:23:17 GMT</pubDate><dc:creator>mssqlsrv</dc:creator></item></channel></rss>