The app was running for a long time on that server .and suddenly stopped running because of this error.
I am thinkin an update patch or an antivirus patch on the server may have caused this error
User Profile
Collapse
-
I beleive it is on the Oracle side, since the same code has no problems in connecting to a different oracle serverLeave a comment:
-
Yes .. I know that sounds very wierd...But thats what has been observedLeave a comment:
-
C# Executable File Name Length Causing ODBC Exception
I have a C# project that connects to an Oracle server using ODBC
Everything works fine if I keep the file name length less than 23 characters (including ".exe")
If the executable file name exceeds 23 characters this I get the following oracle exceptions
ORA-00604: error occurred at recursive SQL level 1
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at line 24
... -
Which timer to use
I need to use a lot of timers in the Main Form of my windows application. What is a better design
1) To have all those timers as Forms.timer in the Main Form
2)To have a class which has System.Timer timers and then refer to an instance of the Main Form
No activity results to display
Show More
Leave a comment: