Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

hash_join_enabled=false in oracle 11g

rajeyshOct 7 2011 — edited Oct 10 2011
our database 11g, operating system : linux redhat5 datawareshousing database

our database size 4GB, temporary tablespace size 16GB, we have enough pga_aggregate_target space.

We got error message
ORA-01652:unable to extend temp segment by 128 in tablespace TEMP , to resolve it we have set the parameter hash_join_enabled=false
reference:-3874749

we cannot tune the query, all queries are dynamic automated queries.

i know, hash_join_enabled is deprecated from oracle 10g onwards.

my question is,
is there any performance problem/issue setting the parameter hash_join_enabled=false for the database for future queries?

looking forward to your valueable inputs.

Regards,
Rajesh Kumar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2011
Added on Oct 7 2011
7 comments
6,093 views