0

I use Microsoft Visual Studio Express 2012 for Web and Oracle database 11g in Window 8.

When I use GridView to connect the database, I get following error.

Oracle Client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation.

Provider is unable to function until these components are installed.

How can I solve this problem?

1

2 Answers 2

0

by installing the oracle drivers http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html

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

Comments

0

I have found this answer from here, hope it solves your issue:

To find out the reason and solutions for this error follow the following steps

  1. Try a test connection in oracle's sql plus utility. If the connection fails you have a bad installation or configuration of oracle client components.

  2. If the oracle is first installed on IIS you should reboot at once.

  3. If theire is multiple copies of OCIW32.dll you have to make sure that there is only one copy of OCIW32.dll which should be in /Bin folder of the oracle home folder.

  4. Add the IUSR_machine name account and the IWAM_machine name account to the Oracle home folder. Give both accounts full control.

To do this, right-click on the Oracle home folder in Windows Explorer. Click Properties, and then click the Security tab. Add the appropriate accounts and then give them full control. Restart your computer.

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.