Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00942: table or view does not exist

897889Feb 21 2012 — edited Feb 23 2012
I have a trigger to detect database errors (DDL) and I'm catching strange errors. Each time an user login on my DB using "Oracle SQL Developer" I get this error:

"ORA-00942: table or view does not exist" select 1 from apex_release where 1=2

but if the user login using "Microsoft Access" I get this error:

"ORA-00942: table or view does not exist" SELECT Config, nValue FROM MSysConf

Anyone have any idea why this happen?

Thank you in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2012
Added on Feb 21 2012
3 comments
650 views