The odp tag has no wiki summary.
0
votes
0answers
12 views
Oracle ODP connect
I downloaded and intalled ODAC 64 bit version.
I have a .net 4.5 application, I add the reference to Oracle.DataAccess and my application compiles Ok.
However, at run time, I have the following ...
0
votes
0answers
97 views
Connect to oracle with VS 2012
I am working with an oracle server with netBeans know,
I used same host address, user name and password for connecting it via Visual Studio 2012 but got this error:
ora-12546 tns permission denied.
...
0
votes
0answers
40 views
LaTeX shapes positioning [closed]
Hello!
I am new in LaTeX. I have a converter project which converts an ODP presentation to LaTeX Beamer. I have converted the texts with formats successfully, but I can't convert the shapes. The ODP ...
1
vote
1answer
421 views
Parameterized OracleCommand/ Bind Variables for Updates to Oracle Table Using ODP.NET?
I have an Oracle 11g table with the following column names and types:
ID VARCHAR2(32 BYTE)
VERSION VARCHAR2(12 BYTE)
I am trying to get bind variables to work in an Oracle parameterized command for ...
0
votes
1answer
119 views
C# Oracle ODP.net periodic querying causes ORA-00604
I need to execute the same query every second in GetStuff function, but after a minute or two Oracle throws ORA-00604 and runs out of cursors, I guess I need somehow to close open cursor after I ...
0
votes
0answers
22 views
How to know ODP category for any given website?
Many websites are listed under various categories in ODP. How to know ODP category for a particular website, which i am interested? In other words, how to know in which category ODP listed a ...
3
votes
1answer
414 views
ODP.NET ORA-12154 TNS error only when run as service
I am writing a service in VB.NET to continually log data to an Oracle DB using ODP.NET
The application was originally written as a basic Windows Forms App and works however when I port it to a ...
0
votes
1answer
1k views
How to remap app.config for assembly Oracle.DataAccess from Version '2.112.2.0' to '2.112.3.0'
I am new to C#.
I wrote a C# console application which uses ODP to connect with Oracle database using Oracle.DataAccess.Client namespace. My dev machine is using Oracle.DataAccess ver 2.112.2.0 and ...
2
votes
1answer
340 views
ORA-12541 TNS:no listener on Oracle.DataAccess connection open
My WCF service uses Oracle.DataAccess.Client to connect to oracle db. It has been running successfully for a year or so using the following connectionString:
OracleConnection conn = new ...
0
votes
0answers
196 views
odp.net on .net framework 3.5, how to omit oracle client install
My application works on .NET Framework 3.5 and I want to use odp.net provider and omit oracle client install.
I've studied many articles but the problem is that I can't adopt it for .NET 3.5. I ...
0
votes
1answer
98 views
What is the best NLP Classifier available to classify some text?
I am looking to classify web page text into ODP category and was wondering if there is an open source text nlp classifier available and if there is a good documentation on it.
Basically what I want ...
0
votes
1answer
192 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
5answers
6k views
Could not load file or assembly 'Oracle.DataAccessVersion=9.2.0.700, Culture=neutral, PublicKeyToken=89b483f429c47342'
Could not load file or assembly 'Oracle.DataAccess, Version=9.2.0.700, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The located assembly's manifest definition does ...
3
votes
1answer
744 views
Poor performance getting clob field from Oracle in .Net
I am trying to read a clob column from oracle in .Net and observing very poor performance and lots of network traffic.
I have tried ODP+OCI, devArt+OCI ways to access the data with the same results - ...
2
votes
1answer
421 views
calling stored procedure with Oracle data provider .net with two or more definitions (error PLS-00307)
I'm using Oracle Data Provider .net to interact with an Oracle database. I need to call a sample stored procedure but...
The stored procedures is in an oracle package where there is another stored ...
0
votes
2answers
415 views
Memory leak OracleConnection with Oracle Data Access (ODP) in VB.Net, but not C#
Why does the code below cause a memory leak when executed? The error only happens when I use Microsoft Visual Studio 2005 or 2008 in vb.net language. If I use C # is, there is no problem.
Dim strCon ...
0
votes
2answers
392 views
How to extract only URLs from Dmoz ODP file (in RDF)
I need only the URL's from the dmoz/ODP file. But the file is in RDF.
How do I get only the url's from the odp file?
I want to extract all the url's in a text file.
Anyone knows of any script to ...
0
votes
1answer
132 views
Obtain website's description (meta) from ODP DMOZ.org using PHP
I am working on a php website. What I want to do is to retireve description or meta information of websites. What I hope to do is to obtain the information from dmoz.org, is there a way of doing such ...
3
votes
1answer
133 views
Anonymous Oracle Parameters?
I am trying to input data into an Oracle database. This is going to be a stored procedure that takes several parameters... I mean like 27 parameters (don't ask, I didn't design it)...
Now I have to ...
0
votes
1answer
128 views
Does the Oracle ODP use the Oracle Listener?
Im using ODP.net for 11g with no connectivity problems but I turned off the oracle listener and was still able to connect and pull data.
Does the Oracle ODP use the Oracle Listener?
0
votes
1answer
291 views
Loading presentation document using SimpleODF and ODFDOM
I am trying to load an ODP document using SimpleODF and ODFDOM in Java. Below is my code snippet:
URL u = new URL(<URL of my file as it resides on server>);
URLConnection uc = ...
1
vote
1answer
1k views
Fluent NHibernate 3 and Oracle.DataAccess
my question:
I am trying to use Oracle.DataAccess.Client Provider with NHibernate (Fluent), and I configured it as follows:
...
0
votes
1answer
99 views
Intercept calls from Oracle Data Provider to the database
Is there a way to intercept calls from Oracle Data Provider to the database? I would like to see which procedures are being called and which parameters they are receiving.
I tried with ...
0
votes
1answer
298 views
odac client 11.2.0.1.2 installation/re-installation but no oracle submenu at view menu of VS 2010
To whom it may respond to ,
I have installed/re-installed odac client 11.2.0.1.2 but there is not any oracle sub-menu appearing in the view menu of Visual Studio 2010 Version 10.0.30319.1 RTMRel
Any ...
1
vote
3answers
3k views
ODP .NET TNS:no listener
I'm currently trying to connect to an Oracle database. I can connect fine on my development machine, but when I deploy to my Win2k3 sp2 server I get the following error.
Faile to open connection... ...
4
votes
2answers
3k views
Fluent NHibernate - Configure Oracle Data Provider ODP
I am brand new to NHibernate and Fluent NHibernate and I am trying to get the following confguration to work.
private static ISessionFactory CreateSessionFactory()
{
return Fluently.Configure() ...
1
vote
1answer
699 views
Oracle .NET Provider Not Found on Production Server
In Visual Studio running on an XP 64 bit everything runs fine. I have the web.config with an entry:
( to look for the 'bin' folder of the project where two .DLLs ...
0
votes
1answer
611 views
Issue with using ODP with NHibernate
I have .NET 3.5 application wrote in C# using NHibernate.
Before I has OracleClientDriver in connection.driver_class property, that say that I use System.Data.Oracle and all works fine, but for some ...
0
votes
1answer
1k views
How do you insert 9 MB file into a Blob Field Using Oracle.DataAccess?
Trying to insert a large audio file into an Oracle 10g database and keep getting this error:
ORA-01460: unimplemented or unreasonable conversion requested
The byte array length of the audio file ...
1
vote
1answer
1k views
Executing oracle sql script with odp .net command object: mutual exclusive error messages
I'm trying to build a test environment to test an app against oracle and sql server. The aim is to have the same code base for both test scenarios, the only difference should are some SQL/DDL/... ...
0
votes
1answer
450 views
help solve a problem in parsing dmoz rdf files using php script
I used the php script in
http://sourceforge.net/projects/dmoz2mysql/files/
to download , extract , clean , parse and insert dmoz data into mysql table. i encounter no problem while processing ...
0
votes
1answer
462 views
How do I insert sysdate into a column using ODP and an XML dataset?
I'm using Oracle's ODP.Net to manipulate records.
When using the XML methods to insert and update records, I've run into a few problems. When I am inserting a new record, I'd like the value of one ...
0
votes
2answers
2k views
SqlDataSource and Oracle DataProvider I can't seem to be able to use the sqlDataprovider with odp.net
I want to be able to run my SqlDataProvider against an oracle stored procedure. I can use Microsoft's Oracle Provider but that wouldn't allow me to call a stored procedure. has anyone been able to get ...
