Oracle Error Codes category contains full list of Oracle RDBMS errors supplied in Oracle documentation. Each error is divided in 2 sections CAUSE and ACTION.
|
|
| ORA-00152: current session does not match requested session |
Cause: The current session is not the same as the session that was passed into a upixado() call. Action: Check your application. |
| ORA-00134: invalid DISPATCHERS specification #string |
Cause: The syntax for the n-th DISPATCHERS specification was incorrect. Action: Refer to the Oracle Reference Manual for the correct syntax. |
Oracle Error Codes category contains full list of Oracle RDBMS errors supplied in Oracle documentation. Each error is divided in 2 sections CAUSE and ACTION.
|
|
| ORA-00155: cannot perform work outside of global transaction |
Cause: The application tried to perform some work on either an Oracle 7.3 server or an Oracle8 server with local transactions disabled while outside of a global transaction. Action: Check if the application is connected to an Oracle 7.3 server. The Transaction monitor must not return a NULL XID on an AX_REG call when the resource manager is Oracle 7.3. If the application is connected to an Oracle8 server, either set nolocal=f in the xa_open string or start a global transaction prior to attempting the work.
|