D
Delphine Han
I need to access an Oracle database from VS.NET. I
established a Microsoft OLE DB Connection for Oracle as
suggested by VS.NET, and the Test Connection works (Test
connection succeeded). However, I couldn't establish an
oracleDataAdapter. The error message in Microsoft
Development Environment says:
The connection could not be opened because of the
following error:
ORA-00162: external dbid length 30 is greater than maximum
(16).
It is true that the Server Name is 30 characters which is
something I can't change. What can I do to overcome the
problem?
established a Microsoft OLE DB Connection for Oracle as
suggested by VS.NET, and the Test Connection works (Test
connection succeeded). However, I couldn't establish an
oracleDataAdapter. The error message in Microsoft
Development Environment says:
The connection could not be opened because of the
following error:
ORA-00162: external dbid length 30 is greater than maximum
(16).
It is true that the Server Name is 30 characters which is
something I can't change. What can I do to overcome the
problem?