我用.net连接9i,使用oracleClient连接的,可是出现如下错误,望高手指点~
Server Error in '/test' Application.
--------------------------------------------------------------------------------ORA-12638: 身份证明检索失败 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OracleClient.OracleException: ORA-12638: 身份证明检索失败 Source Error: 
Line 59:    string connstring="Data Source=ORAC;user=×××;password=ilovesic××××;";
Line 60:    OracleConnection conn=new OracleConnection(connstring);
Line 61:    conn.Open();
Line 62:    conn.Close();
Line 63:    
 Source file: f:\c#\webapplication\test\webform1.aspx.cs    Line: 61 Stack Trace: 
----------
我保证密码和id没有错误!!!!