Is this possible, create a .Net 3.5 Dll(A.dll), reference to Oracle 11g 32 bit client Oracle.DataAccess.dll. this dll will be used in another dll(B.dll), which load in AutoCAD 64 bit application. 32 b
I have anORACLE query which does not work for this query. UPDATE emp a set a.Enq_Status = \'PROGRESS\'
I am trying to convert an Informix query to Oracle: The Informix query looks like this: SELECT r.aa, n.bb, nd.cc,u.id, ud.dd, g.attr
I am using the开发者_JS百科 below query to list the number of transactions by month. Does anyone know how can I list by year too. This means that the query returns all my transactions for the whole ye
In one of my project i have to generate a random number from 1 to 20开发者_StackOverflow00 and store them into table.I have to store 2000 value in the table.I have to store different value in the tabl
Is it possible to do something like this in a PL/SQL block: SELECT \'a\'+1 FROM du开发者_开发百科al;
Please help me.I have installed Oracle 11g on Windows 7 (32 bit) and i\'m trying to connect database with jdk 1.7
This question already has answers here: Search All Fields In All Tables For A Specific Value (Oracle) (17 answers)
My development team is experiencing numerous ORA-12571: TNS:packet writer failure errors using ASP.NET 3.5 and 4.0 against Oracle 11g. These errors are inconsistent as to when they occur, and are gene
I got the following error : The OracleParameterCollection only accepts non-null OracleParameter type objects, not OracleParameter objects.