|
|
Re: Error: Out Of Memory [message #155342 is a reply to message #154786] |
Sat, 14 January 2006 01:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
try increasing the sga size..u can do it by modifying the init.ora parameters..
e.g. set parameter shared_pool_size = 500000000 (500 mb)
perhaps u can also set
pga_aggregate_target = 314572800 (dont know for sure that in 8i pga_aggregate_target was there there or not..) if not then set #sort_area_size = 10485760 #10M
#sort_area_retained_size = 1048576 #1M
before doing any changes, note the existing values and if not useful, you can revert back to the original values..
|
|
|