Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-25150: ALTERING of extent parameters not permitted

Re: ORA-25150: ALTERING of extent parameters not permitted

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sat, 25 May 2002 11:29:45 +0200
Message-ID: <uev1k0eqqh2904@corp.supernews.com>

"Brandon" <brandon_oh_at_yahoo.com> wrote in message news:a03c2125.0205242154.231b2e2a_at_posting.google.com...
> Hi,
>
> I had just migrated my production database from Oracle 7.3.3 to Oracle
> 8.1.7
> by using exporting and importing by user.
>
> I noticed after the import, the storage parameter (NEXT_EXTENT) of the
> tables being imported was zero. But when i tried to alter this
> parameter by using the following sql command "alter table user.table
> storage (NEXT 20K);", it gives
> me an error message an error message of "ORA-25150: ALTERING of extent
> parameters not permitted".
>
> Have anyone encounter this problem before ??
> And how do you solve it ? Thanks for helping : )
>
> rgds,
> Brandon

A simple search on the error message in the docs resulted in

ORA-25150 ALTERING of extent parameters not permitted

Cause: An attempt was made to alter the extent parameters for a segment in a tablespace with autoallocate or uniform extent allocation policy.

Action: Remove the appropriate extent parameters from the command.

Next time, please try to research the error manual before posting

Regards

--
Sybrand Bakker
Senior Oracle DBA

to reply remove '-verwijderdit' from my e-mail address
Received on Sat May 25 2002 - 04:29:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US