Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: failed to extent to the next
<FONT face=Arial color=#0000ff
size=2>Jacques,
<FONT face=Arial color=#0000ff
size=2>
I got
one it works fine. However, the report is not 100% correct. For instance,
my next extent is 250m, if I select * from dba_free_space where
tablespace_name='XPC_OBJ_LOB' , it still report to me not enough space for next
12 extent, But it does have space, since some slots have 2 gb bytes. So
the logic is not quite right. It just take care of the 12
count.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Joan
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>XPC_OBJ_LOB68 509999 110772224
size=2>XPC_OBJ_LOB69 510002 110747648
size=2>XPC_OBJ_LOB70 510002 110747648
size=2>XPC_OBJ_LOB71 509999 110772224
size=2>XPC_OBJ_LOB72 509966 111042560
size=2>XPC_OBJ_LOB73 510002 110747648
size=2>XPC_OBJ_LOB74 510002 110747648
size=2>XPC_OBJ_LOB75 510002 110747648
size=2>XPC_OBJ_LOB76 509999 110772224
size=2>XPC_OBJ_LOB77 509975 110968832
size=2>XPC_OBJ_LOB78 509999 110772224
size=2>XPC_OBJ_LOB79 510002 110747648
size=2>XPC_OBJ_LOB80 510002 110747648
size=2>XPC_OBJ_LOB81 510002 110747648
size=2>XPC_OBJ_LOB82 318725 1677688832
size=2>XPC_OBJ_LOB83 318752 1677467648
size=2>XPC_OBJ_LOB84 318752 1677467648
size=2>XPC_OBJ_LOB85 318752 1677467648
size=2>XPC_OBJ_LOB86 286877 1938587648
size=2>XPC_OBJ_LOB87 255002 2199707648
size=2>XPC_OBJ_LOB88 255002 2199707648
size=2>XPC_OBJ_LOB89 255002 2199707648
size=2>XPC_OBJ_LOB90 255002 2199707648
size=2>XPC_OBJ_LOB91 255002 2199707648
max(fs2.bytes)from sys.dba_free_space
fs2
s.tablespace_name, s.next_extent, s.extents,
fs2.tablespace_name
s.tablespace_name, s.next_extent, s.extents, decode(s.max_extents,2147483645,-1,s.max_extents) order by2;
<FONT face=Tahoma
size=2>-----Original Message-----From: Joan Hsieh
[mailto:Joan.Hsieh_at_mirror-image.com]Sent: Friday, April 06, 2001
9:03 AMTo: ORACLE-L_at_fatcity.comSubject: RE: failed to
extent to the next
<FONT face=Arial color=#0000ff
size=2>Well, if next_extent=250m, pctincrease=0. bytes *12 >=
next_extent means dba_free_space must have a (bytes*12) large space to satisfy
the condition. But I want 12 slots >250m, if I get less than 12
slots < 250m, I will get email. Gee, I am confused myself, am I
right?
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Joan
<FONT face=Tahoma
size=2>-----Original Message-----From: root_at_fatcity.com
[mailto:root_at_fatcity.com]On Behalf Of Jacques
KilchoerSent: Thursday, April 05, 2001 5:51 PMTo:
Multiple recipients of list ORACLE-LSubject: RE: failed to extent
to the next
> -----Original Message----- >
From: Joan Hsieh [<A
href="mailto:Joan.Hsieh_at_mirror-image.com">mailto:Joan.Hsieh_at_mirror-image.com]
> > I used to use this script
detect the tablespace fail to > extent to the
next > and sent email to me everyday. It works
fine. However, the > other dba think
> next extent is not good enough to get quick responds
since we > have so much <FONT
size=2>> volume transactions going on. He want to detect the
> tablespace can't extent <FONT
size=2>> to the next 12 extents. I tried couple ways, (bytes * 12)
> but that result >
not 100% correct. Thanks in advance if someone can share your ideas.
What do you mean by "not 100% correct"? How do you know? Have you considered the pct_increase factor for the next_extent? Received on Fri Apr 06 2001 - 09:52:14 CDT
![]() |
![]() |