Re: Row cache lock wait issue in RAC
- From: Andrey Kriushin <Andrey.Kriushin@xxxxxxxx>
- To: Luca.Canali@xxxxxxx
- Date: Fri, 02 Jun 2006 18:54:41 +0400
Luca,
HWM and extents are not directly related except the fact that HWM is in
some extent. So try something like
ALTER TABLE ... ALLOCATE EXTENT;
That won't work for parallel direct loads though, as parallel processes
insert data into separate temporary segments, which then are 'assigned'
to main segment.
HTH
- Andrey
Luca Canali wrote:
Hi Dimitre,
I am using direct path insert, which writes above the HWM. I cannot
preallocate space in the table for that.
Regards,
L.
--
http://www.freelists.org/webpage/oracle-l
- References:
- RE: Row cache lock wait issue in RAC
- From: Luca Canali
Other related posts:
- » Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
- » RE: Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
- » RE: Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
- » RE: Row cache lock wait issue in RAC
- » Re: Row cache lock wait issue in RAC
Hi Dimitre,
I am using direct path insert, which writes above the HWM. I cannot preallocate space in the table for that.
Regards,
L.
-- http://www.freelists.org/webpage/oracle-l
- RE: Row cache lock wait issue in RAC
- From: Luca Canali