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-27007: failed to open file

1 Answers  


NID-00425: Database name restored to string.

1 Answers  


ORA-19675: file string was modified during proxy copy

1 Answers  


IMG-00579: extra quantize argument

1 Answers  


LFI-00149: Error on destroying hash table in function string

1 Answers  


ORA-23424: materialized view "string"."string" at string not registered

1 Answers  


ORA-15192: invalid ASM disk header [string] [string] [string] [string] [string]

1 Answers  


ORA-29304: tablespace 'string' does not exist

1 Answers  


ORA-30756: cannot create column or table of type that contains a supertype attribute

1 Answers  


ORA-24330: internal OCI error

1 Answers  


ORA-26712: remote object is "string"."string"\@"string"

1 Answers  


TNS-04013: CMCTL timed out waiting for Oracle Connection Manager to start

1 Answers  


Categories