"ORA-00942: table or view doesn't exist" in C#
Posted: Thu 13 Jul 2006 09:21
Hi, I'm having this problem.. I was trying to use OracleLoader as described in your sample (CS/Loader) and everything was setup fine but the application on OracleLoader.Open() was throwing this exception:
----
CoreLab.Oracle.OracleException: ORA-00942: table or view doesn't exist
v CoreLab.Oracle.e.b(Int32 A_0)
v CoreLab.Oracle.OracleLoader.Open()
v Loader.MainForm.btLoad_Click(Object sender, EventArgs e) v D:\UTILS\LANGUAGE\ORADIRECT\Samples\Loader\CS\MainForm.cs:řádek 381
v System.Windows.Forms.Control.OnClick(EventArgs e)
v System.Windows.Forms.Button.OnClick(EventArgs e)
v System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
v System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
v System.Windows.Forms.Control.WndProc(Message& m)
v System.Windows.Forms.ButtonBase.WndProc(Message& m)
v System.Windows.Forms.Button.WndProc(Message& m)
v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
----
So I tried your sample and found out that it doesn't work either. I was trying that sample on four of our server databases (Oracle 9i) and it was still throwing that exception..
I'll be glad to know what's happening.. Because this way OracleLoader isn't usable anymore.
regards,
Katka Drahokoupilová
TelPro spol. s r.o.
analytic programmer
----
CoreLab.Oracle.OracleException: ORA-00942: table or view doesn't exist
v CoreLab.Oracle.e.b(Int32 A_0)
v CoreLab.Oracle.OracleLoader.Open()
v Loader.MainForm.btLoad_Click(Object sender, EventArgs e) v D:\UTILS\LANGUAGE\ORADIRECT\Samples\Loader\CS\MainForm.cs:řádek 381
v System.Windows.Forms.Control.OnClick(EventArgs e)
v System.Windows.Forms.Button.OnClick(EventArgs e)
v System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
v System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
v System.Windows.Forms.Control.WndProc(Message& m)
v System.Windows.Forms.ButtonBase.WndProc(Message& m)
v System.Windows.Forms.Button.WndProc(Message& m)
v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
----
So I tried your sample and found out that it doesn't work either. I was trying that sample on four of our server databases (Oracle 9i) and it was still throwing that exception..
I'll be glad to know what's happening.. Because this way OracleLoader isn't usable anymore.
regards,
Katka Drahokoupilová
TelPro spol. s r.o.
analytic programmer