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 -> ORA-07445 error deleting 5 rows from XMLtype table

ORA-07445 error deleting 5 rows from XMLtype table

From: Carl Mercer <cmercer_at_vibrant-1.com>
Date: 2 Nov 2001 12:19:09 -0800
Message-ID: <d0bb6654.0111021219.380d535b@posting.google.com>


I have a 9.0.1 instance running on Solaris 2.6. I created a table

purchaseorder

          podocument sys.xmltype

I inserted 5 rows (each row is about 150 bytes... small) and later attempted to delete the rows with

delete from purchaseorder;

I get ORA-03113: end-of-file on communication channel in sqlplus and

Errors in file /dev_tools/oracle/product/oradata/TSTDB/dump/tstdb_ora_5990.trc: ORA-07445: exception encountered: core dump [kdugetpart()+156] [SIGSEGV] [Addres
s not mapped to object] [0x7C62] [] []

In the alert log.

The trc file has a bunch of nothing, the only part that looked useful is

Does anyone have an idea what this might be? I can delete one row, I can truncate the table, but I can't delete all 5. Has anyone seen this for XMLtype or for tables with CLOB columns?

Thanks

Carl

cmercer_at_vibrant-1.com Received on Fri Nov 02 2001 - 14:19:09 CST

Original text of this message

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