Server Error in '/' Application.

ORA-03114: not connected to ORACLE

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: Oracle.DataAccess.Client.OracleException: ORA-03114: not connected to ORACLE

Source Error:


Line 10:             lctl.Text = "RHPWG Emissions Inventory and Modeling Protocol Subcommittee"
Line 11:             Dim params() As OracleParameter = {New OracleParameter(":subComNo", 3)}
Line 12:             Dim dt As DataTable = dbRead.getDataTable("conWRAP", "select member_name,agency_name,email from subcoms where subcom_no=:subComNo", Data.CommandType.Text, False, params)
Line 13:             gvSubCom.DataSource = dt
Line 14:             gvSubCom.DataBind()

Source File: D:\inetpub\Wrap\RHP_InvMod.aspx.vb    Line: 12

Stack Trace:


[OracleException (0x80004005): ORA-03114: not connected to ORACLE]
   Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck, Int32 isRecoverable) +1508
   Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, String procedure, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src) +48
   Oracle.DataAccess.Client.OracleCommand.ExecuteReader(Boolean requery, Boolean fillRequest, CommandBehavior behavior) +2715
   Oracle.DataAccess.Client.OracleDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +359
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +111
   ODPdbUtil.ODPdbUtil.dbRead.getDataTable(String constr, String strQuery, CommandType type, Boolean bTypes, OracleParameter[]& parms) +301
   WrapBoard.Page_Load(Object sender, EventArgs e) in D:\inetpub\Wrap\RHP_InvMod.aspx.vb:12
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0