Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

importing oracle tables/views into sql server

Status
Not open for further replies.

beechill4

Technical User
Joined
May 10, 2005
Messages
207
Location
IE
Hi,

i am trying to import the following data dictionary views into my sql server database from Oracle:

dba_indexes
dba_users
dba_tables.

I am having a problem seeing them though in the list of tables and views i get when i try and import them.
the oracle connection from sql server is good and the user i am using has permission to view the views above.

Is there something i can do to get around this?

Thanks in advance.

 
Try to create an ODBC and to your ORacle DB and assign to the destination. Then try to import. Good luck

Dr. Sql
goEdeveloper@yahoo.com
Good Luck.
 
Hi,

i have the odbc created already. i can see some schemas but not those owned by sys. yet when o log on to sql plus i can see the sys owned tables.

 
I have a few questions regarding this also...

First, isn't ODBC extremely slow when working with millions of records?

Second, will field types be in sync? Will SQL recognize them and maybe convert them to something useful?

Third, if the first question is true, is there any other way to go about linking them in a way that will make it faster?

Thanks guys!!

Nunina [gorgeous]
Cognos BI Administrator
San Juan, PR
 
Why not just create your *own* table and dump the data from the Oracle system tables into them?

Then, perhaps they will show up on your connection, since they will no longer be special system tables.
 
I think you are having database alias conflicts. The user that you using to connect to the Oracle db should have previllages for all alias.tables that you want to access. Verify with your Oracle DB. To verfiy this use your Oracle dba account.

Dr.Sql
Good Luck.
 
Hi Dr. Sql,

I am the Oracle DBA in this case... :o)

I still haven't tried to do this; just doing some research, since it'll be my next task.

Thanks for your help, and if you know where to get exact instructions or ideas, please let me know.

Thanks!

Nunina
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top