Hi There ...
I have a strange problem ...
I am using Oracle 8.1.6i database and ASP code for my application.
for storing texts I had used Varchar2 and everything was good till we wanted to store texts more than 4000 chars.
so I had to change my datatype and I had choosed CLOB.
and then the problem began.
after using CLOB, I couldn't get query on that table with the ODBC connection.
and in this forum, some one, told me that I have to use OO4O object which comes this Oracle to work with this Datartype
and I did the same and t worked.
again everything was good till our technical networking team decided to migrate from Win NT 4 on Win 2000.
thay did it and thy also reinstall my Oracle on it and restore the data from the old Oracle in the new one.
after that even everything was great but after they installed Active Directory on Win2K, I can not make conneciton to
my Oracle DB with OO4O but ODBC connections work well.
I mean I create the XOraSession Object but at the line which I want to open The database connection, I'll get this error :
"Unable to make connection, ORA-12638: Credential retrieval failed"
does any body knows anything about this problem ?
TNX.
E.T.
I have a strange problem ...
I am using Oracle 8.1.6i database and ASP code for my application.
for storing texts I had used Varchar2 and everything was good till we wanted to store texts more than 4000 chars.
so I had to change my datatype and I had choosed CLOB.
and then the problem began.
after using CLOB, I couldn't get query on that table with the ODBC connection.
and in this forum, some one, told me that I have to use OO4O object which comes this Oracle to work with this Datartype
and I did the same and t worked.
again everything was good till our technical networking team decided to migrate from Win NT 4 on Win 2000.
thay did it and thy also reinstall my Oracle on it and restore the data from the old Oracle in the new one.
after that even everything was great but after they installed Active Directory on Win2K, I can not make conneciton to
my Oracle DB with OO4O but ODBC connections work well.
I mean I create the XOraSession Object but at the line which I want to open The database connection, I'll get this error :
"Unable to make connection, ORA-12638: Credential retrieval failed"
does any body knows anything about this problem ?
TNX.
E.T.