ORA-600 [13013] [a] [b] [c] [d] [e] [f]
This format relates to Oracle Server 8.0.3 to 10.1
Arg [a] Passcount
Arg [b] Data Object number
Arg [c] Tablespace Relative DBA of block containing the row to be updated
Arg [d] Row Slot number
Arg [e] Relative DBA of block being updated (should be same as [c])
Arg [f] Code
ORA-00600: internal error code, arguments: [13013], [5001], [268], [8447338], [5], [8447338], [17], [], [], [], [], []
RnD
Select object_name,object_type,owner from dba_objects where data_object_id=268;
Analyze table <owner>.<table name> validate structure cascade online ;
Rebuild Table and Index
**Index is created as column desc
Issue
getting this issue in Merge Parallel
Workaround
after removing parallel hint it is working fine.
Issue
Table issue. May be bug
Solution
Drop and recreate table
No comments:
Post a Comment