I have a Unix mach开发者_StackOverflow社区ine which I need to connect to a remote Oracle database server though Perl/Shell script.I have searchedonline but did not find a thorough information on wheth
I have an asp.net website on a windows server 2003. The application connects to an oracle 10g R2 Database and the data layer is generated by subsonic.
I use ODP.NET in my WPF app for access to Oracle 10g db. I dont want instal oracle client on users computers so I copied these dll to realese folder:
I\'ve installed the Oracle Client v. 11.2.0.1 on a Windows XP machine and set both the TNS_ADMIN and ORACLE_HOME environment variables.
for example i havethis code : Sub Month() Dim Conn As New Data.OracleClient.OracleConnection Conn.Open()
One of our dev team member got an error Attempt to load oracle client libraries threw BadImageFormatException
I\'m using System.Data.OracleClient which does parameter-binding by name and are verifying that CommandText and Parameters are in sync:
Currently i am using ODP.Net.Is Oracle Instant client something to replace this or an addon. Some sites talked about using this for both 64bit and 32 bit machines.
i can\'t connect to oracle from windows 2008 R2(connect from visual studio) i have installed oracle client x6开发者_如何学编程4 , but still can\'t connect
I can\'t connect to an Oracle schema through a asmx web service instead of I can through a console application [x86].