1

I am new to Oracle database. I am trying to connect the SQL server using SSIS package to Oracle database which is present in different machine.

There is default Oracle provider in SSIS but it's not connecting to the database. I use db visualizer for creating Oracle database in the server machine.

1
  • You need to install the Oracle client on the machine running SSIS in order to connect to Oracle. Here's some downloads although I'm not 100% certain which one you need oracle.com/technetwork/topics/winx64soft-089540.html. PS in future please explain the issue don't just say "it's not connecting" - you need to post the error Commented Jan 12, 2018 at 14:08

1 Answer 1

2

You need to install the "Oracle Data Access Components" or "Oracle Client" on your machine.

There are a lot of step-by-step article on how to connect to Oracle using SSIS:

Oracle ODAC download link

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

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.