Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Q: how to modify the storage params of a partition
I was hoping someone might be able to help me with this one:
I tried to:
alter table "sapr3"."b0000153001" modify partition
"SAPR3"."/BIC/B00001530010000000003" storage ( next 20480k);
but it came back with:
ERROR at line 1:
ORA-14049: invalid ALTER TABLE MODIFY PARTITION option
to put it all together (so you can see where the * hit):
SQL> alter table "sapr3"."b0000257000" modify partition
"SAPR3"."/BIC/B00002570000000000002" storage ( next 20480k);
alter table "sapr3"."b0000257000" modify partition
"SAPR3"."/BIC/B00002570000000000002" storage ( next 20480k)
*ERROR at line 1:
OK... maybe not, but the '*' was under the second '.':
"sapr3"."/BIC/B00...
*
How do I modify the storage params of a partition?
Thanks!
Vince
![]() |
![]() |