oracle11g
32 bit oracle client in 64 bit application
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[详细]
2023-03-31 19:10 分类:问答Oracle update Query does not work
I have anORACLE query which does not work for this query. UPDATE emp a set a.Enq_Status = \'PROGRESS\'[详细]
2023-03-31 13:53 分类:问答Joining tables in Oracle (multiple outer joins)
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[详细]
2023-03-31 06:16 分类:问答How can I do a yearly report grouped by month?
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[详细]
2023-03-31 05:27 分类:问答Generate Random Number in Oracle
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[详细]
2023-03-30 22:00 分类:问答How to add integers to char in Oracle 11g SQL?
Is it possible to do something like this in a PL/SQL block: SELECT \'a\'+1 FROM du开发者_开发百科al;[详细]
2023-03-30 21:12 分类:问答Connect oracle 11g database using java 1.7
Please help me.I have installed Oracle 11g on Windows 7 (32 bit) and i\'m trying to connect database with jdk 1.7[详细]
2023-03-30 01:16 分类:问答Oracle Search all tables all columns for string [duplicate]
This question already has answers here: Search All Fields In All Tables For A Specific Value (Oracle) (17 answers)[详细]
2023-03-29 21:53 分类:问答ORA-12571: TNS:packet writer failure with ASP.NET
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[详细]
2023-03-29 17:13 分类:问答The OracleParameterCollection only accepts non-null OracleParameter type objects, not OracleParameter objects
I got the following error : The OracleParameterCollection only accepts non-null OracleParameter type objects, not OracleParameter objects.[详细]
2023-03-29 07:39 分类:问答