﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administration / SQL Server 7,2000  / How to import Oracle dmp file into SQL Server 2000 or 2005? / 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>Sun, 19 May 2013 15:53:04 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>We can use Third party tool to export data from Oracle dump file to SQL Server.http://www.convert-in.com/dump-read-api.htm</description><pubDate>Wed, 20 Feb 2013 10:05:26 GMT</pubDate><dc:creator>Ayyappan Thangaraj</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>Jay, without more information I am not really able to assist further. The first thing I would suggest you do is find the DBA for the Oracle database, you are most likely going to need some assistance with this. You need to be able to get connected to the database. Do you have a login to the box on which the Oracle database resides? If not you will have to connect remotely, possible. In either case the DBA is going to have to assist you. If you are on your own then you may have a long haul trying to learn enough about Oracle to configure the connectivity. Once you get connected the user you connect to must have privileges to import, again you may need assistance from the DBA. Once you get to that point the import is fairly straightforward. If you are unable to resolve the connectivity issues then it may be easier to just connect directy to the oracle database from which the export file you have came form and move data directly from there. Good luck.</description><pubDate>Thu, 19 Jul 2007 16:09:00 GMT</pubDate><dc:creator>Bill Wagman</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>&lt;P&gt;Thx.. Bill&lt;/P&gt;&lt;P&gt;Actually that is what I am trying to do but I can not access db. I've got an error message saying that Protocol Adapter error and other one is login failure.. I think there is internal password to access master db (I assume that is master db)..&lt;/P&gt;&lt;P&gt;Yes.. I used FROMUSER but did not work so that I am using FULL which is full import but no luck so far..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description><pubDate>Thu, 19 Jul 2007 15:50:00 GMT</pubDate><dc:creator>GivThx</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>DOcumentation for the import/export utility can be found at &lt;A href="http://www.oracle.com/technology/index.html"&gt;http://www.oracle.com/technology/index.html&lt;/A&gt;. Look under the version of oracle you are using for the utilities manual. It documents import/export. I am assuming you have access to a machine with an oracle database on it already. If you want the whole database you should create an empty database and do a full import. If you only want a particular user precreate that user in the Oracle database and qualify the import command with fromuser=&amp;lt;user in the original database&amp;gt; touser=&amp;lt;user in the database you are importing into&amp;gt;. That shoould do it.</description><pubDate>Thu, 19 Jul 2007 15:34:00 GMT</pubDate><dc:creator>Bill Wagman</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>&lt;P&gt;Can you elaborate on that option?  Or did you miss-read the post.  Even Oracle has issues between versions of .dmp files, and they created them.  &lt;/P&gt;&lt;P&gt;Using the imp/exp commands from Oracle, you can import into an Oracle DB.  Then you can use the import/export from Enterprise Manager/Management Studio to import from Oracle into SQL Server.  &lt;/P&gt;&lt;P&gt;Can't say for sure, but you might be able to do something with DTS, but I have never tried.&lt;/P&gt;&lt;P&gt;My VS 2005 is screwed up at the moment, or I would look at integration packages.&lt;/P&gt;</description><pubDate>Thu, 19 Jul 2007 08:22:00 GMT</pubDate><dc:creator>Bob Fazio</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>You can use the import/export option to import to sql server the data can be imported.</description><pubDate>Thu, 19 Jul 2007 02:18:00 GMT</pubDate><dc:creator>Sugesh Kumar</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>Try searching the web for "oracle import" or similar.A good start for import/export is http://orafaq.com/faqiexp.htm/ricardo</description><pubDate>Thu, 19 Jul 2007 00:56:00 GMT</pubDate><dc:creator>ricfors</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>&lt;P&gt;OK.. Then&lt;/P&gt;&lt;P&gt;I dont have much choices.. I try learn , I mean quick learn, how to import dmp file..&lt;/P&gt;&lt;P&gt;I am looking at article about importing but do you, I mean anybody, have any web site that I can reference?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description><pubDate>Wed, 18 Jul 2007 16:10:00 GMT</pubDate><dc:creator>GivThx</dc:creator></item><item><title>RE: How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>&lt;P&gt;Sorry, it can't be done.  Oracle dmp files can only be read by the Oracle import utility.  You'll have to import the contents of the file into an Oracle database then import the data into SQL Server using DTS or SSIS.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;</description><pubDate>Wed, 18 Jul 2007 14:22:00 GMT</pubDate><dc:creator>Greg Charles</dc:creator></item><item><title>How to import Oracle dmp file into SQL Server 2000 or 2005?</title><link>http://www.sqlservercentral.com/Forums/Topic382925-5-1.aspx</link><description>&lt;P&gt;Hi, Gurus&lt;/P&gt;&lt;P&gt;Q for you.. I have a .dmp file that has been created by Oracle. I want to import this file into SQL server 2000 or 2005 without restoring into Oracle db which I dont know how to do that.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thx in advance&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description><pubDate>Wed, 18 Jul 2007 11:47:00 GMT</pubDate><dc:creator>GivThx</dc:creator></item></channel></rss>