Answered by:
How to load data into oracel prodution

Question
-
Hi,
I am new to this sql world and there is a task which is assigned me to upload data into your UAT produtcion system
using sql scripts so can any one help me wit steps which i shld flow are any document u ppl can provide me thanks
Very urgent !!
Thanks in advanceMonday, February 8, 2010 11:43 PM
Answers
-
Hi srik16,
If you want to use SQL script, you may create a linked server to Orace in SQL Server or use OPENQUERY for loading data into Oracle. For more information, please refer to:
OPENQUERY (Transact-SQL)
http://msdn.microsoft.com/en-us/library/ms188427.aspx
Linked Server to Oracle
http://ursmeier.blogspot.com/2006/12/linked-server-to-oracle.html
If SQL script is not necessary, I strongly recommend that you use SQL Server Integration Services for ETL. This is an efficient and graceful solution.
Integration Services
http://www.microsoft.com/sqlserver/2008/en/us/integration.aspxSQL Server Integration Services
http://msdn.microsoft.com/en-us/library/ms141026.aspx
Hands On Training for SSIS (SQL Server Integration Services)
http://www.microsoft.com/downloads/details.aspx?familyid=b1145e7a-a4e3-4d14-b1e7-d1d823b6a447&displaylang=en
Best regards,
Charles Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help- Proposed as answer by Charles Wang - MSFT Tuesday, February 16, 2010 10:49 AM
- Marked as answer by Alex Feng (SQL) Wednesday, February 24, 2010 10:01 AM
Thursday, February 11, 2010 7:46 AM
All replies
-
You can use tools like SQL DTS import/export wizard to accomplish this.
If you have installed SQL server and tools in your local machine, go to run and type dtswizard.exe and this tool will help you to move data from SQL to Oracle and bunch of other components.
Thanks, LeksTuesday, February 9, 2010 1:43 AMAnswerer -
Hey Lekss thanks for you response!!!
At my place they are scripting all ETL process so I need some basic information how to write script for loading data into oracel???
Thanks in Advance!!!Tuesday, February 9, 2010 5:31 PM -
Have you considered posting your questions related to Oracle at the Oracle forums? They have a very good set of forums here:
http://forums.oracle.com/forums/main.jspa?categoryID=84Tuesday, February 9, 2010 10:52 PM -
SQL Server Instegration Services will help you on it.
Please Vote & "Mark As Answer" if this post is helpful to you. Cheers Prakash Nandwana Bangalore , IndiaWednesday, February 10, 2010 9:11 AM -
Hi srik16,
If you want to use SQL script, you may create a linked server to Orace in SQL Server or use OPENQUERY for loading data into Oracle. For more information, please refer to:
OPENQUERY (Transact-SQL)
http://msdn.microsoft.com/en-us/library/ms188427.aspx
Linked Server to Oracle
http://ursmeier.blogspot.com/2006/12/linked-server-to-oracle.html
If SQL script is not necessary, I strongly recommend that you use SQL Server Integration Services for ETL. This is an efficient and graceful solution.
Integration Services
http://www.microsoft.com/sqlserver/2008/en/us/integration.aspxSQL Server Integration Services
http://msdn.microsoft.com/en-us/library/ms141026.aspx
Hands On Training for SSIS (SQL Server Integration Services)
http://www.microsoft.com/downloads/details.aspx?familyid=b1145e7a-a4e3-4d14-b1e7-d1d823b6a447&displaylang=en
Best regards,
Charles Wang
Please remember to mark the replies as answers if they help and unmark them if they provide no help- Proposed as answer by Charles Wang - MSFT Tuesday, February 16, 2010 10:49 AM
- Marked as answer by Alex Feng (SQL) Wednesday, February 24, 2010 10:01 AM
Thursday, February 11, 2010 7:46 AM