ODAC 10.20221 visual studio integration - visual-studio

I've downloaded ODAC1020221.exe from oracle website. It installed 10g client but neither VS2008 nor VS2010 sees ODAC provider. Oracle client 11 doesn't work with our oracle server (9.1 version), but just for the sake of test I've tried to install it and visual studio sees ODP.NET fine.
ODP.NET 10 supports only 1 and 2 framework? VS2008 and 2010 do not see ODP.NET 10 because of that?

Odac is only compatible with 10g and up

Related

Microsoft SSIS Connectors by Attunity Version 4.0 NOT showing on Visual Studio 2015

In one of our company meetings with Microsoft we were advised to use Microsoft SSIS Connectors by Attunity Version 4.0 if we extract data from Oracle. We used to extract the data from Oracle using Oracle Provider for OLE DB.
I have tried to install the recommended components without success. I have oracle clients 32 bits (ODTwithODAC122010.zip) and 64 bits (ODAC122010_x64.zip) installed and then I attempted to install SSIS Attunity Connectors as explained on this post. It's supposed that after the installation I would see the components on the SSIS toolbox (Data Flow section) but no matter what I do they simply don't show up.
I can successfully connect to oracle server using the component we have always used.
My SSIS projects target version is SQL Server 2016. Visual Studio 2015 Enterprise. My OS: Windows 10 Enterprise.
I tried to install v4 32-bit version of the attunity connector and it did not work, I also tried to install v3 64-bit version of the attunity connector and the installation failed because I don't have SQL Server 2014 installed only 2016, which is why I'm supposed to use v4 64-bits.
Any advice from anybody who had an issue like this before?
You need both x86 and x64 versions of the Oracle clients.
And you should install both 4.0 and 5.0 x64 (x86 will be added automatically) versions of Attunity connectors.
After that you should be able (almost guaranteed) to see Attunity connectors in the SSIS Toolbox in VS2015.
Hope this helps.

visual studio 2015: could not load odp.net when dotConnect for Oracle installed

I have ODP.NET installed using ODAC 32bit on a machine with Devart dotConnect for Oracle installed.
http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
Got the error when adding a ADO.NET Entity Data Model...\New Connection:
Click the 2nd time to get the same issue. However the 3rd time shows Devart screen:
ODP.NET is working fine on a machine without Devart dotConnect installed. Any idea please?

Visual Studio 2010 Server Explorer Data Connections

I have installed Visual Studio 2010 and I'm following this LINK but when I reach Step #3 I stuck. How to overcome this problem?. Thanks.
Install Oracle Data Access Components (ODAC) 11.2.0.3 or later from OTN. The ODAC download includes Oracle Developer Tools for Visual Studio and ODP.NET that will be used in this lab.

Where is SQL Server Compact Edition 4?

I have Visual Studio 2010 Prof and sp1 installed. When I go to server to add new connection and create a new DB with SQL Server Compact.
There is no SQL Server Compact 4 option but 3.5?
I tried to run tools for vs2010 and SQL Server Compact which I got a need to install sp1 error which I already heave?
How do I create DB's with compact edition in vs2010?
You need to download the SQL Server Compact Edition v4 from the Microsoft download center and install it.
It's not part of VS 2010 (since it was released after VS 2010)
Update: did you also download and install the Visual Studio 2010 SP1 Tools for SQL Server Compact 4 ?
Update #2: sorry, can't reproduce that issue of yours - after I've downloaded and installed those bits (SQL Server CE 4 runtime + VS 2010 tools), I do get the SQL Server Compact 4.0 in my VS 2010 Server Explorer > Add Connection dialog:

Installing ODAC for .Net

I have Visual Studio.Net 2008 in my Windows XP machine.
I have Oracle 10g client.
As one of my applications uses ODAC, I need to install ODAC now. The latest version of ODAC is ODAC 11.2 Release 3 (11.2.0.2.1) with Oracle Developer Tools for Visual Studio.
My question is, as I already have C:\Oracle\ folder if I install this ODAC again it installs one more oracle_home folder which I dont need.
Could you please suggest how how I can install it?
Thanks
No, you will need to install the version of the Oracle client that the ODAC wants. You also have to decide between 32 bit and 64 bit.
One caution if you are new to Oracle and .Net, you will have to install the oracle client on the server and that creates a lot of problems.
In case someone stills have a similar inquietude ODAC doesn't install an oracle client in the machine, Odac will use the oracle client to communicate with Database Server, so no it won't create a new oracle_home folder.

Resources