Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newscon02.news.prodigy.com!prodigy.net!newsmst01b.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr25.news.prodigy.net.POSTED!6c0dc082!not-for-mail
From: Andrew Allen <andrew.allen-contr@trw.com>
User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.server
Subject: Re: Oracle error (Ora-15500)
References: <1138707215.699324.248330@g44g2000cwa.googlegroups.com> <1138832906.452771.38070@z14g2000cwz.googlegroups.com>
In-Reply-To: <1138832906.452771.38070@z14g2000cwz.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 15
Message-ID: <lNrEf.21737$Jd.21684@newssvr25.news.prodigy.net>
NNTP-Posting-Host: 12.47.72.4
X-Complaints-To: abuse@prodigy.net
X-Trace: newssvr25.news.prodigy.net 1138903249 ST000 12.47.72.4 (Thu, 02 Feb 2006 13:00:49 EST)
NNTP-Posting-Date: Thu, 02 Feb 2006 13:00:49 EST
Organization: SBC http://yahoo.sbc.com
X-UserInfo1: SCSYQNONTRTQBPXXKRHD]V@APZXTPO\MAPVZKB]MPXHBTWICYFWUQBKZQLYJX\_ITFD_KFVLUN[DOM_A_NSYNWPFWNS[XV\I]PZ@BQ[@CDQDPCL^FKCBIPC@KLGEZEFNMDYMKHRL_YYYGDSSODXYN@[\BK[LVTWI@AXGQCOA_SAH@TPD^\AL\RLGRFWEARBM
Date: Thu, 02 Feb 2006 18:00:49 GMT
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.server:260577

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.
