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, CCData 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...
> 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|||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...
> 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|||"John Bell" <jbellnewsposts@.hotmail.com> wrote in message news:<41304103$0$25950$afc38c87@.news.easynet.co.uk>...
> 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...
> > 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
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|||ccc31807@.hotmail.com (ccc31807) wrote in message news:<22e055d5.0408270728.66a4987c@.posting.google.com>...
> 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
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.sql
No comments:
Post a Comment