sql - Oracle ORA-00600 - Stack Overflow ORA-00600 basically means you've crash the oracle server (not the instance, just the server servicing your request) There will almost always be a trace file in your bdump location This likely wont be a lot of help you to, but will be very helpful to oracle support
ORA-01017 Invalid Username Password when connecting to 11g database . . . 0 I had a similar problem recently with Oracle 12c I created a new user with a lower case password and was able to login fine from the database server but all clients failed with an ORA-01017 The fix turned out to be simple in the end (reset the password to upper case) but took a lot of frustrating effort to get there
ORA-30926: unable to get a stable set of rows in the source tables ORA-30926: unable to get a stable set of rows in the source tables Cause: A stable set of rows could not be got because of large dml activity or a non-deterministic where clause The merge was part of a larger batch, and was executed on a live database with many concurrent users There was no need to change the statement
oracle database - Getting ORA-01031: insufficient privileges while . . . ORA-01031: insufficient privileges happens when the object exists in the schema but do not have any access to that object ORA-00942: table or view does not exist happens when the object does not exist in the current schema