i get the following error whenever i try to connect to the oracle 8i database for the first time, suppose through SQL+, i give the user name, password and host string and click OK:
ORA-12637: Packet receive failed
followed by the popup screen to again give the user name, password and host string, then again on connecting by entering the information, it gets connected and work properly.
i am using this database to connect to a website through ASP.NET. On accessing the page which
accesses some data from the database the following error is received:
Server Error in '/' Application.
--------------------------
----------
----------
----------
----------
----------
----
ORA-12637: Packet receive failed
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.OleDb.OleDbExc
eption: ORA-12637: Packet receive failed
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OleDbException (0x80004005): ORA-12637: Packet receive failed]
System.Data.OleDb.OleDbCon
nection.Pr
ocessResul
ts(Int32 hr) +20
System.Data.OleDb.OleDbCon
nection.In
itializePr
ovider() +57
System.Data.OleDb.OleDbCon
nection.Op
en() +203
System.Data.Common.DbDataA
dapter.Qui
etOpen(IDb
Connection
connection, ConnectionState& originalState) +44
System.Data.Common.DbDataA
dapter.Fil
lFromComma
nd(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataA
dapter.Fil
l(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataA
dapter.Fil
l(DataSet dataSet, String srcTable) +36
BaseClass.ReBind() +89
BaseClass.Page_Load(Object
Source, EventArgs E) +84
System.Web.UI.Control.OnLo
ad(EventAr
gs e) +67
System.Web.UI.Control.Load
Recursive(
) +35
System.Web.UI.Page.Process
RequestMai
n() +731
--------------------------
----------
----------
----------
----------
----------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Now, when i refresh the page the page loads normally. please help me as this is very urgent