Server Error in '/MtechApp' Application.

[Oracle][ODBC][Ora]ORA-00942: table or view does not exist

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.Runtime.InteropServices.COMException: [Oracle][ODBC][Ora]ORA-00942: table or view does not exist


Source Error:


Line 117:
Line 118:        'rs1 = Session("mtech").Cn.execute("select *  from COURSE C  where  c.course_code in (1159,1609,1696,3247,3248,3250,3251,3258,3262,3263,3266,3274,3277,3278,3280,3281,3287,3288,3292,3293,3296,3306,3308,3310,3413,3414,3459,3478,3497,3499,3501,3502,3509,3544,3545,3590,3591,3592,3598,3599,3610,3618,3619,3620,3621,3624,3626,3627,3628,3629,3630,3631,3634,3635,3636,3637,3638,3642,3643,3644,3645,3650,3654,3656,3667,3668,3685,3756,3775,3788,3889,3890,3947,3949,3987,3988,3999,4016,4018,4019,4020,4028,4029,4037,4164,4271,4397)order by COURSE_CODE")
Line 119:        rs1 = Session("mtech").cn.execute("select distinct ccode,course_name  from DUMMYREG.TEST_RESULT_FAIL_COURSE_2018 ORDER BY CCODE")
Line 120:
Line 121:        While Not rs1.EOF

Source File: C:\inetpub\wwwroot\admission\mtechapp\supl_reg.aspx.vb    Line: 119

Stack Trace:


[COMException (0x80040e37): [Oracle][ODBC][Ora]ORA-00942: table or view does not exist
]
   Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) +908
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +164
   MtechApp.supl_reg.InitData() in C:\inetpub\wwwroot\admission\mtechapp\supl_reg.aspx.vb:119
   MtechApp.supl_reg.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\admission\mtechapp\supl_reg.aspx.vb:84
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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