Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Oracle/MS SQL Interface
Hi everyone. I need to be able to query a database in Oracle and then
actually save the data in an MS SQL database, does anyone know what is
the best way to do this? Would it be best to do everything internal
(inside MS SQL) or external (with some script: javascript, vbscript,
perl)?

Thanks in advanced,
Mike


Report this thread to moderator Post Follow-up to this message
Old Post
brogdonm
12-28-05 01:24 AM


Re: Oracle/MS SQL Interface
Sorry for the repeat, I didn't think my last one went through.


Report this thread to moderator Post Follow-up to this message
Old Post
brogdonm
12-28-05 01:24 AM


Re: Oracle/MS SQL Interface
brogdonm  wrote:
> Hi everyone. I need to be able to query a database in Oracle and then
> actually save the data in an MS SQL database, does anyone know what is
> the best way to do this? Would it be best to do everything internal
> (inside MS SQL) or external (with some script: javascript, vbscript,
> perl)?
>
> Thanks in advanced,
> Mike

It depends on what additionally you want to do with the data. If you
are looking to simply replicate your Oracle data in MS SQL Server use
DTS. If you are looking to present the data, say in a web page, you
might want to use any of the various scripting languages.
You'll still end up doing quite a bit internally, probably with views
and stored procedures.
That's my guess.

Thanks


Report this thread to moderator Post Follow-up to this message
Old Post
Crazy Cat
12-28-05 02:23 PM


Re: Oracle/MS SQL Interface
Hi

You may want to look at using a linked server, see Books online for more
information.

John

"brogdonm" <Brogdons@gmail.com> wrote in message
news:1135714953.066647.272150@g43g2000cwa.googlegroups.com...
> Hi everyone. I need to be able to query a database in Oracle and then
> actually save the data in an MS SQL database, does anyone know what is
> the best way to do this? Would it be best to do everything internal
> (inside MS SQL) or external (with some script: javascript, vbscript,
> perl)?
>
> Thanks in advanced,
> Mike
>



Report this thread to moderator Post Follow-up to this message
Old Post
John Bell
12-28-05 02:23 PM


Re: Oracle/MS SQL Interface
I don't really know what DTS is, could you please inform me.


Report this thread to moderator Post Follow-up to this message
Old Post
brogdonm
12-28-05 06:23 PM


Re: Oracle/MS SQL Interface
brogdonm (Brogdons@gmail.com)  writes:
> I don't really know what DTS is, could you please inform me.

DTS = Data Transformation Services. This comes with SQL Server. DTS is
a tool for exporting and importing data. If you would like to drag
you entire table over to Oracle, this could be a good choice, particularly
if you are doing it on regular basis. Disclaimer: I have never used DTS
myself.

But if you want to run ad-hoc queries aginst the Oracle table, then it's
better to set up a linked server. You can then access the Oracle table
with four-part notation:

SELECT * FROM ORACLE.catalog.schema.tbl

and also join with local tables.

For information on setting up a linked server, see sp_addlinkedserver
in Books Online.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pr...oads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodin...ions/books.mspx

Report this thread to moderator Post Follow-up to this message
Old Post
Erland Sommarskog
12-29-05 01:24 AM


Re: Oracle/MS SQL Interface
Hi

You may walso want to check out http://support.microsoft.com/kb/280106/

John

"brogdonm" <Brogdons@gmail.com> wrote in message
news:1135792776.737662.236880@o13g2000cwo.googlegroups.com...
>I don't really know what DTS is, could you please inform me.
>



Report this thread to moderator Post Follow-up to this message
Old Post
John Bell
12-29-05 12:23 PM


Sponsored Links





Last Thread Next Thread
Post New Thread

Microsoft SQL Server forum archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 04:11 AM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006