ORA-06580: Hash Join ran out of memory while keeping large
rows in memory



ORA-06580: Hash Join ran out of memory while keeping large rows in memory..

Answer / guest

Cause: Hash Join reserves 3 slots (each slot size =
DB_BLOCK_SIZE * HASH_JOIN_MULTIBLOCK_IO_COUNT) for a row. If
a row is larger than that, this error will be raised.

Action: Increase HASH_JOIN_MULTIBLOCK_IO_COUNT so that each
joined row fits in a slot. HASH_AREA_SIZE may also need to
be increaed.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-14453: attempt to use a LOB of a temporary table, whose data has alreadybeen purged

1 Answers  


ORA-38772: cannot add datafile 'string' - file could not be created

1 Answers  


ORA-32833: failure string trying to release administration lock

1 Answers  


ORA-01263: Name given for file destination directory is invalid

2 Answers  


LSX-00253: branch is empty

1 Answers  






ORA-12700: invalid NLS parameter value (string)

1 Answers  


ORA-24391: invalid fetch operation

1 Answers  


ORA-28046: Password change for SYS disallowed

1 Answers  


ORA-01953: command no longer valid, see ALTER USER

1 Answers  


ORA-38951: Target platform string not cross platform compliant

1 Answers  


DRG-11107: invalid path specification: string

1 Answers  


ORA-31122: The string operator has incorrect RHS value

1 Answers  


Categories