Re: Connecting to Oracle Guru needed
- From: "William \(Bill\) Vaughn" <billvaNoSpam@xxxxxxxxx>
- Date: Mon, 27 Oct 2008 11:00:42 -0700
Since you have SQL Server, you also have the ability to import data from virtually any data source--including Oracle.
I would use TSQL BulkCopy, SSIS or the SqlClient.SqlBulkCopy classes to import the Oracle data (periodically) into a SQL Server table and use it there. Another approach (if the Oracle data is constantly changing) is to create a "linked" server, but this more difficult. Once created, the linked server database (and tabled) can be selected like any local table.
--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
"TheNovice" <TheNovice@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:BFA28833-5587-4668-A5C3-369527A8B928@xxxxxxxxxxxxxxxx
good day all,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And if this is the wrong message borad please let me know where the best
place to find this info.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I have a question and need help (lots of it) with. I have a DB in our SQL
server that with a "VIEW" (or please recommend another option) I need to
connect to Oracle and extract information for a information board. I can get
access to all of our other DB's but Oracle seems to be the most difficult.
Can anyone guide me to the most effective way, using a "View" so that I can
create/update our tables with info that is going to go to our lightboards...
--
-The Novice
Learn Today, Teach Tomorrow
Great Success is ones ability to ask for Help.
.
- References:
- Connecting to Oracle Guru needed
- From: TheNovice
- Connecting to Oracle Guru needed
- Prev by Date: Can't connect
- Next by Date: Re: Can't connect
- Previous by thread: Connecting to Oracle Guru needed
- Next by thread: Strange Named Pipes Issue
- Index(es):
Relevant Pages
|
Loading