Cause: A failure occurred while trying to extend the rollback segment. 
         The problem is usually lack of space in the database to extend the 
         rollback segment. Action: This is usually followed by another message stating the cause of the 
         failure. Shut down and take appropriate action for the error that
          caused the failure. If no other messages follow this message, the 
         cause is probably lack of space in the database.

解决方案 »

  1.   

    ORA-01650    unable to extend rollback segment name by num in tablespace nameCause: Failed to allocate extent for the rollback segment in tablespace.Action: Use the ALTER TABLESPACE ADD DATAFILE statement to add one or 
             more files to the specified tablespace.
      

  2.   

    加大那个文件大小?是rdbs25所在表空间的文件大小吗?还是回滚段的最大限制?
      

  3.   

    正是rdbs25表空间  
    ALTER TABLESPACE ADD DATAFILE
      

  4.   

    倒入的时候使用参数commit=y可以防止这个问题
      

  5.   

    加大回滚段 或 导入并执行提交(倒入的时候使用参数commit=y)
      

  6.   

    使用参数commit=y,不是很慢吗?rdbs25回滚段与rdbs26差不多大小呀?二三百兆。