Multiple choice technology programming languages

ORA-03114 Means?

  1. Not connected to ORACLE

  2. Table or view does not exist

  3. Internal error (contact support)

  4. None Of The Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ORA-03114 means 'not connected to ORACLE' - the client has no active database connection. This occurs when trying to execute SQL after the connection was closed, timed out, or never established. Option B is ORA-00942 (table/view doesn't exist), Option C is ORA-00600 (internal error). This is a connectivity/state error, not a SQL logic error.