SQL817> create table t (x number(2)) storage (FREELISTS 2);表已创建。已用时间:  00: 00: 01.02
SQL817> select table_name,freelists from user_tables where table_name='T';TABLE_NAME                      FREELISTS
------------------------------ ----------
T                                       2已用时间:  00: 00: 00.70我的没问题啊

解决方案 »

  1.   

    哦,可能是我的其它配置有问题。
    alter table t storage (FREELISTS 2)
    *
    ERROR 位于第 1 行:
    ORA-10620: Operation not allowed on this segment
      

  2.   

    经查资料发现这是oracle9.2的一个bug。
      

  3.   

    这个BUG怎么修补呢,知道的共享一下:)^_^
      

  4.   

    ORA-10620: Operation not allowed on this segment 
    Cause: Cannot alter freelist storage parameter for segments in tablespaces with AUTO SEGMENT SPACE MANAGEMENT
    Action: Recheck the segment name and re-issue the statement检查一下你的表空间参数吧