Questions tagged [odac]

Oracle Data Access Components are data access drivers and tools for Windows.

246 questions
-1
votes
1 answer

The breakpoint cannot currently be hit after oracle dll change

I have a solution with several projects in vb, Visual Studio 2012. I just completed an upgrade task from System.Data.OracleClient to Oracle.DataAccess. When I build and run the solution it works fine but failed once I try to enter login info. When I…
Geezus
  • 39
  • 3
  • 11
-1
votes
1 answer

TOraDataSet blocking my program even with NonBlocking set to true

i was trying to do a little splashscreen so my program could open querys withaout blocking my aplication. The code i wrote is this. procedure TOpenThread.OpenTable; begin FActiveTable.NonBlocking := true; FActiveTable.open; end; procedure…
-1
votes
1 answer

Delphi ODAC: Disecting JMS messages from Oracle AQ

I'm trying to evaluate ODAC for using Oracle AQ. The request queue contains JMS objects like these (but without linebreaks and other whitespace): SYS.AQ$_JMS_BYTES_MESSAGE( SYS.AQ$_JMS_HEADER( 'null','null','null','null','null','null', …
Jeroen Wiert Pluimers
  • 23,965
  • 9
  • 74
  • 154
-1
votes
1 answer

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 TNSNAMES.ORA file.what else should i check using…
Sankara
  • 1,469
  • 15
  • 22
-2
votes
1 answer

error executing exe file built using dotnet

i have two exe files sent by another team member. It is built using c# kode. One oracledataaccess dll file was also sent. (since the exe connects with oracle )- When i try to execute the 32 bit , Unhandled Exception: System.NullReferenceException:…
Parameswar
  • 1,951
  • 9
  • 34
  • 57
-2
votes
1 answer

Is Oracle ODAC Installaition requires Seperate License

We need to use Oracle ODAC to connect oracle database from our client application. Also we need to deploy many user's PC to work with our applications. ODAC is a freeware or requires separate license? Please advise.. Thanks in Advance..
1 2 3
16
17