Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ORA-600 on insert over dblink to RDB
Hi everyone,
I just upgraded out development database from 8.1.7 to 9.2 and I'm
getting an ORA-600
error when trying to do
insert into table1 (select * from table1_at_dblink)
The error is -
ORA-00600: internal error code, arguments: [qerrmOFBu1], [9100],
[], [], [],
[], [], []
The database on the other end of the dblink is an RDB 7.0.63 database.
I can select * from table1_at_dblink with any probem. I can also insert over a dblink from an Oracle 8.1.7 or 9.2 database without a problem.
I checked Metalink and this ORA-600 error isn't documented yet.
Has anyone seen this error before or have any suggestions for going about debugging it?
Thanks,
Beth
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Seefelt, Beth
INET: Beth.Seefelt_at_TetleyUSA.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Aug 16 2002 - 09:39:04 CDT
![]() |
![]() |