PiJava

November 4, 2010

ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], []

Filed under: Oracle — pijava @ 7:04 am

Solution :
Analyze table and index by using these scripts

analyze [table] validate structure cascade;

analyze [index] validate structure;

if the analyze had failed drop index or table and recreate them.

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.