Is this possible? We have our apps set up to use the table "videos" but lower case. I don't see where this query is coming from but the oracle trace shows that this is the only error in the trace.
SELECT * FROM "VIDEOS"
gives ORA-00942
In the application, this appears to be coming from an INSERT though.
Is there something I'm not aware of that could be happening here? I don't see a toUpper or SELECT in caps anywhere. Is this maybe in jdbc land somewhere or oracle internal? I hid the sys operations when processing the traces.
Data Store Update Failure (ORA-00942: table or view does not exist
EDIT: I suspect there is a bug in the KeyedEntity trait or autoincrement for oracle. Probably not found before because nobody uses lowercase table names :)