Connecting Tech Pros Worldwide Help | Site Map

import dmp into SQL Server

  #1  
Old July 19th, 2005, 11:12 PM
ccc31807
Guest
 
Posts: n/a
A newby question:

I've got a .dmp from from an Oracle database that I need to import
into SQL Server. I have no idea how to do this.

If anyone know how to do this, I'd very, very much appreciate the
help.

Thanks, CC
  #2  
Old July 19th, 2005, 11:12 PM
Big Time
Guest
 
Posts: n/a

re: import dmp into SQL Server


Data Transformation Services should be able to handle this just fine. You
can find it in Entreprise Manager. The wizard should walk you through all
the steps.



"ccc31807" <ccc31807@hotmail.com> wrote in message
news:22e055d5.0408270728.66a4987c@posting.google.c om...[color=blue]
> A newby question:
>
> I've got a .dmp from from an Oracle database that I need to import
> into SQL Server. I have no idea how to do this.
>
> If anyone know how to do this, I'd very, very much appreciate the
> help.
>
> Thanks, CC[/color]


  #3  
Old July 19th, 2005, 11:12 PM
John Bell
Guest
 
Posts: n/a

re: import dmp into SQL Server


Hi

Output files exported from Oracle using the Oracle Export utility may
contain DDL as well as data, it will also probably contain multiple tables
and other objects. If this is your situation then I suggest that you install
Oracle onto a machine and then either create a linked server or export it in
a different way.

John
"ccc31807" <ccc31807@hotmail.com> wrote in message
news:22e055d5.0408270728.66a4987c@posting.google.c om...[color=blue]
> A newby question:
>
> I've got a .dmp from from an Oracle database that I need to import
> into SQL Server. I have no idea how to do this.
>
> If anyone know how to do this, I'd very, very much appreciate the
> help.
>
> Thanks, CC[/color]


  #4  
Old July 19th, 2005, 11:12 PM
John Miller
Guest
 
Posts: n/a

re: import dmp into SQL Server


"John Bell" <jbellnewsposts@hotmail.com> wrote in message news:<41304103$0$25950$afc38c87@news.easynet.co.uk >...[color=blue]
> Hi
>
> Output files exported from Oracle using the Oracle Export utility may
> contain DDL as well as data, it will also probably contain multiple tables
> and other objects. If this is your situation then I suggest that you install
> Oracle onto a machine and then either create a linked server or export it in
> a different way.
>
> John
> "ccc31807" <ccc31807@hotmail.com> wrote in message
> news:22e055d5.0408270728.66a4987c@posting.google.c om...[color=green]
> > A newby question:
> >
> > I've got a .dmp from from an Oracle database that I need to import
> > into SQL Server. I have no idea how to do this.
> >
> > If anyone know how to do this, I'd very, very much appreciate the
> > help.
> >
> > Thanks, CC[/color][/color]


You may want use third party tool like FastReader form WisdomForce
(www.wisdomforce.com) to unload Oracle tables into ascii text file.
FastReader also generates input for mssql loader. One quick step
process
  #5  
Old July 19th, 2005, 11:12 PM
cr_announce
Guest
 
Posts: n/a

re: import dmp into SQL Server


ccc31807@hotmail.com (ccc31807) wrote in message news:<22e055d5.0408270728.66a4987c@posting.google. com>...[color=blue]
> A newby question:
>
> I've got a .dmp from from an Oracle database that I need to import
> into SQL Server. I have no idea how to do this.
>
> If anyone know how to do this, I'd very, very much appreciate the
> help.
>
> Thanks, CC[/color]

You may want to use a 3rd-party tool such as CampaignRunner for this.
You can then will port data from Oracle directly to SQL Server,
bypassing the file-based mechanisms, in just a few mouse clicks.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
import dmp into SQL Server ccc31807 answers 4 June 27th, 2008 07:43 PM
Data Import akshaykoul01 answers 2 February 29th, 2008 09:31 AM
import dmp into SQL Server ccc31807 answers 4 July 20th, 2005 05:41 AM
How do I do this is SQL Server? (from an Oracle background) Karen answers 3 July 20th, 2005 04:24 AM