How to fix ORA-01632 error? [message #202027] |
Tue, 07 November 2006 22:31  |
hoa_lan_trang1982
Messages: 4 Registered: October 2006
|
Junior Member |
|
|
Dear all!
When I executed a .sql file, I had the following error:
ORA-01632 : The maximum extent 505 was become (index CVS.PR_FUMAT).
--This line code was translated from Japanese.
Can you tell me how to fix this error?
Thanks a lot!
|
|
|
|
|
Re: How to fix ORA-01632 error? [message #202043 is a reply to message #202038] |
Wed, 08 November 2006 00:24  |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Quote: | ORA-01632: max # extents (string) reached in index string.string
Cause: An index tried to extend past maxextents
Action: If maxextents is less than the system max, raise it. Otherwise, you must recreate with larger initial, next or pctincrease params.
|
|
|
|