i am receiving below error when trying to make connection with oracle. what could be the solution?
ERROR [08S01] [Microsoft][ODBC driver for Oracle][Oracle]ORA-03113: end-of-file on communication channel
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
Member
22 Points
76 Posts
ODBC excecption?
Aug 01, 2018 07:47 PM|Rakib1|LINK
Hi,
i am receiving below error when trying to make connection with oracle. what could be the solution?
ERROR [08S01] [Microsoft][ODBC driver for Oracle][Oracle]ORA-03113: end-of-file on communication channel
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
Thanks in advanced.
Contributor
3462 Points
1341 Posts
Re: ODBC excecption?
Aug 02, 2018 12:47 AM|Lannie|LINK
Give more details.
Operating system and drivers bitness.. 32-bit or 64-bit?
What version is the Oracle database?
Is the database local or remote?
What version of the ODP.NET ODAC installer did you use?
Why use ODBC when you can use OLEDB or Oracle DataAccess drivers?