Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    util f/1/13: io_z0101_write unable to extend table ... in tablespace T

    • Article Type: General
    • Product: Aleph
    • Product Version: 16.02

    Description:
    When trying to run util f/1/13 on one document it came up with this error:
    Oracle error: io_z0101_write
    ORA-01653: unable to extend table ABC07.Z0101 by 51200 in tablespace T

    I am not sure why it shows on that utility?

    Resolution:
    The util f/1/13 utility is reindexing the record. If an index table is in a tablespace which does not have enough room to accommodate the rebuilt index entries, you will get this error.

    The abc07 file_list shows that the abc07 z0101 table is in the TS4D tablespace:

    TAB z0101 128K 0K TS4D


    util o/14/1 shows this:

    TABLESPACE_WITHOUT_FREE_SPACE
    ------------------------------
    TS4D


    The following grep in $alephe_scratch shows that it is not just util f/1/13 which is getting this error but also the abc01 ue_01:

    >>grep -c 'unable to extend table ABC07.Z0101' *run_e_01*

    run_e_01.2258:4754
    run_e_01.22859:14251
    run_e_01.7691:60493
    run_e_01.8334:22410

    I suggest that you do the following:

    1. Add files to the TS4D tablespace

    2. Either:

    a. Rerun p_manage_35 to regenerate the z0101. Or

    b. Run p_ret_01 to retrieve records which have been updated since June 14 (when the problem began) and input p_ret_01 output to p_manage_40 which will generate z07's for processing by ue_01. [If p_ret_01 takes too long at your site, see KB 16384-5569 for SQL to be used instead.]


    • Article last edited: 10/8/2013