Oracle Data Access Components are data access drivers and tools for Windows.
0
votes
1answer
11 views
DeleteDatabase is not supported by the provider, Oracle with Entity Framework
I'm using Model-First approach and Oracle database.
Update2: Fixed Now
On including seed data, I'm getting this error "DeleteDatabase is not supported by the provider"
UPDATE1 If I change seed ...
1
vote
0answers
20 views
Install ODAC in Windows 8 64 bit with Oracle Express 10g
I'm using windows 8 64bit with Visual Web Developer 2010 and Oracle Express 10g ,
i'm trying to access the Oracle Database using my VWD, and i was tried to installing ODAC with xcopy 64bit, but it ...
1
vote
1answer
58 views
ODAC: nvarchar column value is truncated
I am using ODAC library version 8.6.12 to connect to oracle with Delphi 6, I have a nvarchar(32) column as you can see it has a maximum of 32 characters and lets say that I always use 32 character ...
1
vote
1answer
135 views
ORA-00932: inconsistent datatypes: expected DATE got NUMBER
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, ...
0
votes
1answer
62 views
ODAC seems to be caching table schema?
I'm using Oracle's ODAC.NET for a .NET 3.5 project against an Oracle 11 Express database, and I'm seeing behavior that I can't explain (and can't seem to work around).
ODAC should be the latest, I ...
0
votes
2answers
29 views
How do you remove System.Data.OracleClient?
I accidently installed System.Data.OracleClient 64-bit (ODAC) and used the Oracle Uninstaller to remove the client, then proceeded to install the 32-bit ODAC. Unfortunately, I can't seem to get rid of ...
0
votes
0answers
39 views
How do I call an Oracle package function using EDM in .NET 4 from Visual Studio 2010?
I am using Visual Studio 2010, .NET 4, Oracle Database 11gR2, and Oracle ODT 11.2.0.3.60 Beta 2 (but I see the same behaviour with ODT 11.2.0.3.20).
My schema has a package defined as follows:
...
0
votes
1answer
399 views
How to Install “Oracle Data Access Components (ODAC)” on Windows Server 2003 R2?
I recently installed "32-bit Oracle Data Access Components (ODAC) with Oracle Developer Tools for Visual Studio" on my computer (Windows 7, 64bit). Everything seems fine and I can develop and run my ...
0
votes
1answer
39 views
Windows Service cannot locate Data Provider
I have a windows service which uses the Entity Framework in combination with ODAC. The service simply polls a table within a database to check for records ready for processing.
The service works as ...
0
votes
0answers
44 views
How to handle multi-value Oracle parameters with OLE DB?
A few general questions. We are using SSRS 2008 with the native Oracle ODAC provider against a remote Oracle 10g database. Generally we're using embedded queries because we've only recently gotten ...
0
votes
0answers
50 views
how to get data based on parameter from oracle to EF
I have to make up to 100 reports based on data that I have to retrieve from oracle providing some parameters to procedures/functions.
Now I am using ODAC and VS2010 to connect to oracle but I have a ...
1
vote
2answers
114 views
Why does OraNet.dcu have no corresponding .pas file?
I have a related post - Assertion failure in DBAccess.pas but thought this was worth asking separately.
We are licensed for the full source-code release of DevArt ODAC but have been experiencing ...
0
votes
1answer
163 views
Assertion failure in DBAccess.pas
I am interested in upgrading a suite of software from ODAC v5 to v8.2.8.
One app in particular is causing problems. This application loads one of a set of secondary applications implemented as dlls.
...
0
votes
3answers
164 views
Getting “cannot insert NULL into (”schema“.”table“.”column") when column is not null
Whenever I try to create a new myObj in mySchema, it keeps telling me that ID is null, but when I run the debugger, the debugger tells me the object I'm adding has no NULL values. It works on my ...
0
votes
1answer
423 views
Getting BIDS 2008 R2 to connect to Oracle using MSDAORA on Windows 8
I have a new dev machine, and I need to support legacy SSIS packages. The new machine is Windows 8 64 bit with a SSD primary drive (C:) and a regular HDD for data (D:). On it, I have installed BIDS ...
1
vote
0answers
322 views
Creating Entity Data Model from Oracle database using ODP.NET
Problem: The Oracle data source I've created in the Server Explorer that uses ODP.NET is not showing up in the Entity Data Model Wizard to create an *.edmx
The following walkthrough is what I've ...
2
votes
2answers
380 views
Odac ORA-00911: invalid character
I am writing a C# code that connects to ODAC. I think my query got no errors, but I get this error, I don't know how to solve.
This is my query
comm.CommandText = "SELECT * FROM ZAEDBA WHERE USER_ID ...
0
votes
0answers
287 views
Error 0152: No Entity Framework provider found for 'Oracle.DataAccess.Client' ADO.NET provider
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 ...
1
vote
0answers
169 views
The type or namespace name 'Oracle' could not be found (are you missing a using directive or an assembly reference?)
I have created a new Console Application project with Visual Studio 2010 (I tried with VS 2012 and the problem is the same).
The using are:
using System;
using System.Data.Common;
using ...
0
votes
1answer
373 views
Is Entity framework support (ODAC/ODT for VS2010) in Oracle client 11.2.03 Admin. intallation?
I have 11.2.01 client installed and with that I can't use EF. I would like to have ODAC and Oracle Development Tools for Visual Studio and one option is to download ODAC from
...
0
votes
0answers
484 views
ORA-06550: line 1, column 8: PLS-00306: wrong number or types of arguments
System:
OracleXE112 Win32
ODTwithODAC1120320 32bit
Windows 7 64bit
.Net Framework 4.5
Microsoft Visual Studio 2010
ADO.Net Entity Data Model
I have a Database.dll (with the model and entities) and a ...
0
votes
0answers
239 views
Entity Framework with ODAC
I use EF with ODAC and it's Oracle.DataAccess and Oracle.Web.dll version numbers are 2.112.3.0, but on the server the version number is 2.112.1.0. My web application always is giving this error ...
0
votes
1answer
213 views
Can't use oracle.DataAccess.Client on .net 3.5 Framework
The problem is that i created project on .net framwork using oracle.dataaccess.client of ODTwithODAC112030 that works with .net 4.0 or latest and client's machine has .net 3.5. I can't install .net 4 ...
1
vote
0answers
109 views
Multiple EF issues. What am I doing wrong?
All,
I have the following connection string in an app.config file in a class-library project:
<connectionStrings>
<add
name="MyConnection"
connectionString="
...
1
vote
0answers
134 views
How do I integrate Oracle ODAC/ODP.NET into my Continuous Integration Process?
I want to make sure I'm planning this right before I start making server changes. Please confirm if this path is a viable one.
The Goal
Utilize Oracle's ODP.NET to code against my currently ...
0
votes
1answer
176 views
How can I specify the version of a reference to Oracle.DataAccess
I have installed 2 versions of ODAC (Oracle Data Access Client), so I can see there're two assemblies in the GAC. Now I am trying to use the old one which is 4.112.2.0, but no matter how I did, the ...
0
votes
0answers
18 views
ODAC support iReport?
Can ı use ODAC from iReport or Jasper.I know ODAC can use in fastreport ,but ı want to use it in iReport or Jasper.
Best regards.
Thanks.
0
votes
2answers
899 views
OracleConnection is throwing empty exception
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, empty ...
0
votes
1answer
877 views
Exception with .Net ODAC 11g — >> ora-12514: TNS: listener does not currently know of service requested in connect descriptor
We've got a 32 bit .Net windows application which uses ODAC 10g (1.x) to connect to a 10g database on the backend.
Things work fine in this deployment.
We're in the process of setting up a new ...
0
votes
0answers
45 views
Why do you have to have Visual Studio installed to install certain ODAC components?
I created a Setup project in Visual Studio to deploy my application, it has the .NET Framework, EntityFramework.dll and Oracle.DataAccess.dll.
When I installed ODAC, it installed some of its ...
0
votes
1answer
937 views
Why am I getting a 'System.TypeInitializationException' when I create an Oracle connection in my .Net WCF web service?
I'm currently working on implementing a WCF service which talks to an Oracle 10g database on the backend. When I attempt to connect to the database from within my service, I get the following ...
0
votes
1answer
116 views
Oracle Custom type parameter
i am new to oracle .I have procedure which has a param like this
@param1 title_type.title_type_code%type
title_type is custom type
ok.. now
How do I pass the parameter from c# using ODAC( ...
0
votes
2answers
3k views
ORA-24338: Statement handle not executed
i'm using Delphi 7, Oracle 10, and ODAC Components.
From the LoadTrainResult method I'm calling a storedProc.
procedure TfrmTrain.LoadTrainResult;
begin
...
0
votes
1answer
63 views
Process monitor Oracle Database connectivity check
I have windows 7(64bit).I am getting ORA:12154 could not resolve tns name issue.I did basic investigation nothing came up.using process monitor how to see where the application is picking up the ...
0
votes
0answers
281 views
oracle 11g r2 - deploying dbmsclr.plb as sysdba after ODAC installation
I just finished installing ODTwithODAC112012 on my system. Now I am trying to deploy dbmsclr.plb
But I am getting the error SP2-024 nothing to change.
Here is the command window:-
C:\>sqlplus ...
0
votes
0answers
137 views
Null reference from oracle ODAC when using DataReader
I'm using ODAC 64bit windows 4.112.3.0 on windows2008 R2.
I've got exception from ODAC itself randomly and sunddenly.
stack trace:
Object reference not set to an instance of an object.
at
...
1
vote
0answers
127 views
Is the Expression.* namespace the only way to create expression trees for EF 4.3 + ODAC?
I am having an issue with ODAC (Oracle Data Access Components), Entity Framework 4.3.1, and expression trees. We have a legacy database (don't we all?) that we are mapping in Entity Framework. The ...
1
vote
2answers
1k views
Oracle stored procedure in .net 4.5
I'm trying to execute the following stored procedure in .net 4.5
PROCEDURE my_procedure (
a_cursor OUT t_cursor,
return_value OUT VARCHAR2,
a_type ...
0
votes
1answer
154 views
Entity Framework and inheritance - Possible bug in EF?
I've been trying to get started using entity framework and have ran across a peculiar behavior. I've prepared this short example to demonstrate.
In short, I'm trying to create a table-per-type model, ...
1
vote
1answer
47 views
Entity model wizard lack of table documentation
I am using ODAC 11.2 r4 to create an entity model in visual studio 2010. Right now I am testing out what all the wizard will auto generate off my oracle database and I would like to figure out how to ...
0
votes
0answers
574 views
Connection to Oracle database via Visual Studio Server Explorer crashes Visual Studio
I am trying to create an ADO.Net entity Data Model of an existing oracle 11g database, however I cannot even get past the step of Database Connection.
Every time I attempt to test the connection ...
0
votes
1answer
266 views
Can Oracle client versions 9 and 11 both be installed on the same machine?
I have a program using odac(11.2) and oracle clinet 11.2. Now i wanna deploy it to a box which is already installed a orcale 9i client.
Some existing programs is depend on it so i fear the new ...
0
votes
1answer
163 views
how to handle concurrency in EF4(ORCALE)
I would like to know how to safely update data when programming with Entity Framework 4(ODAC).
void DescreaseInventory(int id, int qty){
var order = (from o in context.Orders where o.ID ==id select ...
1
vote
1answer
3k views
Can I use 32 bit Oracle Developer Tools with x64 ODAC in VS2010?
From the Oracle website here:
http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
This is for their latest Oracle Data Access Components, 64-bit ODAC 11.2 Release 4 ...
0
votes
1answer
281 views
Entity Framework with Oracle
I have installed the ODAC 11 and I would like to use it with EF Database First but it doesn't appear in the "Choose Data Source" dialog just the SQL Server providers.
I don't know how to go further.
I ...
5
votes
1answer
517 views
System.Reflection.RuntimeModule.GetTypes() error with ODP.Net and C#
I wrote a fairly complex C# application which accesses an oracle database via ODP.Net. I developed the application on a windows XP machine (32-bit) where I installed ODAC (32-bit). The application ...
0
votes
1answer
342 views
How to bypass the System.Data.Entity.Internal.InternalPropertyEntry.ValidateNotDetachedAndInModel(String method) validation of Entity framework?
I'm using a customized method for tracking individual modified properties of an n-tier disconnected entity class. I extracted it from
Programming Entity Framework: DbContext by Julia Lerman and ...
0
votes
1answer
109 views
Is it compulsory to restart IIS WebApp when Oracle 11g stored procedure are updated?
I've got an ASP.NET webapp, which uses Oracle 11g stored procedures, through ODAC (Oracle .NET data provider)
I realized that updating the stored procedures seems more than often to break the ...
1
vote
0answers
150 views
Installing odac as a part of deployment package
Need to install ODAC components along with a Forms application.
I am using VS2010 publish wizard to deploy the package to UNC path.
How could I deploy and install ODAC components (odp.net4) and ...
6
votes
3answers
5k views
Oracle Instant Client and Entity Framework trouble with configuration
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 (which ...

