odac Questions
3
I am using Oracle Data Access from .net and my query is as
command.CommandText = "select * from table1 where expirydate =:EXPIRYDATE";
command.Parameters.Add("EXPIRYDATE", OracleDbType.Date, Date...
Yorick asked 4/6, 2013 at 15:26
4
Solved
I have written a C# application that connects to an Oracle 10g database. Using Oracle Data Access Component 11.2 "ODAC", it works perfectly on my machine.
And now I want to deploy the application ...
Slush asked 14/10, 2010 at 17:26
2
Solved
I'm having an issue with SSIS and VS2015 CM.
I have a package that needs to connect with Oracle to get some data. I installed the ODAC for Win64 and the Oracle client but I can't see the Oracle p...
Fisherman asked 14/7, 2017 at 20:58
8
Solved
I am trying to build an MVC 5 Web application with Entity Framework 6 that works on Oracle Database , am trying to use ODAC 12c Release 3 which includes support for Entity Framework 6 Code First an...
Steamtight asked 26/12, 2014 at 11:30
3
I am trying to connect to Oracle Express 11g. I am using ODAC 12c with Visual Studio 2015. Here's how I am trying to connect:
OracleConnection con;
con = new OracleConnection("User Id=SYSTEM;Passw...
Engud asked 9/11, 2015 at 19:4
12
Solved
i am getting this error while starting OracleMTSRecoveryService :
Could not start the OracleMTSRecoveryService service on Local Computer.
Error 1: Incorrect function.*
Also during installation o...
Representationalism asked 23/10, 2011 at 20:19
0
My .net project (Any CPU) is referring to Oracle.dataaccess x86 version . In my local GAC the odac version is x86. But in the web server where it was installed previously was having AMB64 version o...
1
I'm trying to import tables and views from an Oracle database using ODAC 12c Release 4 and Visual Studio 2015 with EF 6 into an .edmx model.
I can import most tables and views just fine, but some...
Waldgrave asked 13/10, 2015 at 11:17
2
Solved
What is the difference between installing the full Oracle Client and an Oracle Odac install? Which will I need to do .NET development on my dev workstation and which will I need on the web applicat...
3
I'm using Entity Framework with the new ODAC that oracle just released.
My problem is that some of my queries that were working in previous beta releases stopped working in this new release versio...
Galahad asked 17/1, 2012 at 9:50
1
Solved
I'm looking for a C# ODAC adaptation of the following Java technique, where code is able to bind an array of numbers (the array size can vary) into a non-PL/SQL SELECT statement and then use the re...
Predigestion asked 16/7, 2015 at 22:30
4
Solved
Can anyone tell me if the Oracle Data Access Components 12c is compatible with Entity Framework 6? The Oracle website is a nightmare for documentation and cannot find any references on how to resol...
Gasconade asked 21/10, 2013 at 15:33
5
I am attempting to write a Data Access library for our suite of applications that use Oracle in .net. We currently use NHibernate and are thinking of migrating away as it appears to not be supporte...
Marguerita asked 25/4, 2014 at 17:41
1
Solved
Our Oracle Db's are Oracle 11G r2,. We use Visual Studio 2013 for development. Is ODAC 12C backwards compatible with the Oracle 11g r2 server? Are there any issues a developer will encounter using ...
Tenure asked 30/7, 2014 at 18:6
3
Solved
I'm trying to connect to my Oracle Database from my new PC. I've just installed Visual Studio and the ODAC. But when I try to do a simple connect Im getting an exception with an empty message, empt...
Commissary asked 17/9, 2012 at 13:34
4
Solved
I'm trying to learn and figure out if it is possible to deploy an MVC, EF, ODAC 11.2.0.3 app to a server that has a previous version of ODP.NET installed. Rather than updating the sever ODP.NET (wh...
Aphis asked 28/3, 2012 at 16:34
0
I have Windows 7 x64, Visual Studio 2012 with the 'ODAC 11.2 Release 5 and Oracle Developer Tools for Visual Studio (11.2.0.3.20)'.
Then I connected to Oracle db, create .edmx model. But when I'm t...
Poppo asked 9/12, 2012 at 15:44
1
Solved
I have a .NET 3.5 assembly that references ODP (Oracle.DataAccess.dll), building in Visual Studio 2010. Copy Local = False, Specific Version is false. The path is
C:\[ORACLE_BASE]\product\11.2.0\...
Bennybenoit asked 28/2, 2012 at 21:23
1
© 2022 - 2024 — McMap. All rights reserved.