Data provider for Oracle?

Last post 01-15-2009 10:17 AM by thakkarnimesh. 3 replies.

Sort Posts:

  • Data provider for Oracle?

    01-14-2009, 11:55 AM

    For accessing Oracle XE Database in the Visual Studio, do I have to Install Oracle Data Acess Components(ODAC)
    and Microsoft Oracle .NET Data Provider(ODP) both, or only the ODP will suffice?

    Filed under: ,
  • Re: Data provider for Oracle?

    01-14-2009, 1:04 PM
    • Contributor
      2,259 point Contributor
    • mr.aspdotnet
    • Member since 08-11-2007, 9:57 AM
    • Manchester, UK
    • Posts 393

     Hi,

    Have a look at this URL

    http://www.oracle.com/technology/tech/dotnet/tools/index.html

    Regards

    Don't forget to click (Mark as Answer) on the post that helped to solve your problem.
  • Re: Data provider for Oracle?

    01-15-2009, 4:51 AM

    This redirects me to Oracle Data Access Components, which I mentioned earlier.

    I have already installed this but stuck in executing the scripts which is the last part.

    When I execute the script one by one from Oracle XE interface, it ignores the statement where other script is referenced.

    How can I execute all the scripts at one go? OR, how do I run the script that the referencing statements are not ignored.

    Filed under: ,
  • Re: Data provider for Oracle?

    01-15-2009, 10:17 AM
    Other scripts were referenced using "@@.." and they were getting ignored, by Oracle. I modified it to "@..." and it accepted those statements, and also executed the referenced scripts. Thanks.
Page 1 of 1 (4 items)