1

I have some ODBC connection information for an Oracle database, and I wanted to know if it is possible to query this database from SQL Server 2005?

Also, can I have a SQL job to extract data into my SQL DB?

1
  • CAN SOME ONE POINT ME TO SPECIFIC SAMPLES OF HOW TO SET THIS UP AND USE SQL TO PULL DATA? Commented Dec 13, 2010 at 21:45

2 Answers 2

1

Linked Servers will let you do this.

SSIS can also be used to extract the data

Sign up to request clarification or add additional context in comments.

Comments

0

I think you have enough information to set up a linked server. My practical experience showed some limitations, when it came to querying CLOB columns, but that seems to be a basic limitation of other tools based on OLEDB too. For special cases I use PowerShell scripts to extract data, which I do not get with the usual tools.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.