Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle error (Ora-15500)

Re: Oracle error (Ora-15500)

From: Andrew Allen <andrew.allen-contr_at_trw.com>
Date: Thu, 02 Feb 2006 18:00:49 GMT
Message-ID: <lNrEf.21737$Jd.21684@newssvr25.news.prodigy.net>


Could it be that the error reporting tool is padding 0s? There is an ORA-00155, thus:

$ oerr ora 155
00155, 00000, "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.
Received on Thu Feb 02 2006 - 12:00:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US