dbTalk Databases Forums  

Importing views from Oracle

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


Discuss Importing views from Oracle in the microsoft.public.sqlserver.dts forum.



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

Default Importing views from Oracle - 08-23-2004 , 03:49 PM






I've been able to import tables successfully from Oracle
to a SQL Server database. However, when I try to import
views from Oracle it wants to import them as tables in
SQL Server. Any ideas how I can import views as views
from Oracle to SQL Server?

Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Importing views from Oracle - 08-23-2004 , 08:07 PM






You'll need to import the data and then create the views on
SQL Server.

-Sue

On Mon, 23 Aug 2004 13:49:48 -0700, "Scott"
<anonymous (AT) discussions (DOT) microsoft.com> wrote:

Quote:
I've been able to import tables successfully from Oracle
to a SQL Server database. However, when I try to import
views from Oracle it wants to import them as tables in
SQL Server. Any ideas how I can import views as views
from Oracle to SQL Server?


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

Default Re: Importing views from Oracle - 08-24-2004 , 04:17 PM



I have moved some large databases from Oracle to sql. The best way to
move views from oracle to sql will be to script all the views in
oracle and then start editing the sql of all the views to make it work
on sql server and then run the script against the sql database.
This would be the easiest way. And yea if you have stored procedures
best of luck with that too.

"Scott" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I've been able to import tables successfully from Oracle
to a SQL Server database. However, when I try to import
views from Oracle it wants to import them as tables in
SQL Server. Any ideas how I can import views as views
from Oracle to SQL Server?

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.