Tagged Questions
2
votes
1answer
515 views
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 ...
1
vote
2answers
428 views
Constructing a good search query using system.data.oracleclient
I am constructing a search function in a class to be used by several of our asp pages. The idea is simple, take a search term from the user and query the database for the item. Currently I am doing ...