dbTalk Databases Forums  

Connection to Oracle DB

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Connection to Oracle DB in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Beema
 
Posts: n/a

Default Connection to Oracle DB - 02-10-2004 , 05:58 AM






I am trying to pull information down from an Oracle database.

Running a basic select statement in a ExecuteSQL task runs fine, but adding
a TransformData task from Oracle to SQL hangs.

I can add the connection to Oracle
I can add the transform data task line
But when double-clicking on the Transform Data Task line to get to the
properties, EM hangs.

I am connecting via ODBC to Oracle.

Any help much appreciateed.
BM



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Connection to Oracle DB - 02-10-2004 , 07:17 AM






Does it really hang or does it just take along time? How many tables do you
have in Oracle and SQL Server? If there are a lot of tables, then this can
take along time since this is not a very efficient process. Try another DB
with less tables for a test.


--
Darren Green
http://www.sqldts.com

"Beema" <none (AT) supplied (DOT) com> wrote

Quote:
I am trying to pull information down from an Oracle database.

Running a basic select statement in a ExecuteSQL task runs fine, but
adding
a TransformData task from Oracle to SQL hangs.

I can add the connection to Oracle
I can add the transform data task line
But when double-clicking on the Transform Data Task line to get to the
properties, EM hangs.

I am connecting via ODBC to Oracle.

Any help much appreciateed.
BM





Reply With Quote
  #3  
Old   
Beema
 
Posts: n/a

Default Re: Connection to Oracle DB - 02-10-2004 , 08:47 AM



I let it go on for about 15-20 mins before kllling the process.

You may be right about the number of tables, there's 50 squillion tables in
the Oracle db.

Will let it go a little longer & see. Thanks for the info.



"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
Does it really hang or does it just take along time? How many tables do
you
have in Oracle and SQL Server? If there are a lot of tables, then this can
take along time since this is not a very efficient process. Try another DB
with less tables for a test.


--
Darren Green
http://www.sqldts.com

"Beema" <none (AT) supplied (DOT) com> wrote in message
news:ex5eC187DHA.804 (AT) tk2msftngp13 (DOT) phx.gbl...
I am trying to pull information down from an Oracle database.

Running a basic select statement in a ExecuteSQL task runs fine, but
adding
a TransformData task from Oracle to SQL hangs.

I can add the connection to Oracle
I can add the transform data task line
But when double-clicking on the Transform Data Task line to get to the
properties, EM hangs.

I am connecting via ODBC to Oracle.

Any help much appreciateed.
BM







Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: Connection to Oracle DB - 02-10-2004 , 08:50 AM



Maybe you could take a structure only copy of the tables into an empty DB,
and build your package against that. Then change the connection and data
pump destination object (which uses the three part name) to change back to
the correct DB. Should be quicker for development, and avoid enumerating the
real DBs tables.


--
Darren Green
http://www.sqldts.com


"Beema" <none (AT) supplied (DOT) com> wrote

Quote:
I let it go on for about 15-20 mins before kllling the process.

You may be right about the number of tables, there's 50 squillion tables
in
the Oracle db.

Will let it go a little longer & see. Thanks for the info.



"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote in
message
news:Ofwqeh97DHA.452 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Does it really hang or does it just take along time? How many tables do
you
have in Oracle and SQL Server? If there are a lot of tables, then this
can
take along time since this is not a very efficient process. Try another
DB
with less tables for a test.


--
Darren Green
http://www.sqldts.com

"Beema" <none (AT) supplied (DOT) com> wrote in message
news:ex5eC187DHA.804 (AT) tk2msftngp13 (DOT) phx.gbl...
I am trying to pull information down from an Oracle database.

Running a basic select statement in a ExecuteSQL task runs fine, but
adding
a TransformData task from Oracle to SQL hangs.

I can add the connection to Oracle
I can add the transform data task line
But when double-clicking on the Transform Data Task line to get to the
properties, EM hangs.

I am connecting via ODBC to Oracle.

Any help much appreciateed.
BM









Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.