Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
53 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 ...
3
votes
2answers
1k 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() ...
2
votes
1answer
57 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
66 views

calling stored procedure whit 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 ...
1
vote
1answer
343 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 ...
1
vote
1answer
840 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
2answers
84 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
101 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
49 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 ...
0
votes
1answer
49 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
125 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 = ...
0
votes
1answer
339 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
50 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
205 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 ...
0
votes
2answers
758 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... ...
0
votes
1answer
286 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
604 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 ...
0
votes
1answer
286 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
375 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
1answer
1k 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 ...
-4
votes
1answer
66 views

In-App Purchase using Operator not App Store [closed]

I am developing an iPhone application that will allow users to subscribe to a news and some other informations that will push to the users , the problem I am phasing is I need to send this application ...