DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: unable to extend table

  1. #1
    Join Date
    Nov 2001
    Location
    Singapore
    Posts
    182

    unable to extend table

    ORA-01653: unable to extend table CN.CN_COMMISSION_LINES_ALL by 4100 in tablespace CND



    In the above error message what is the actual meaning of 4100?
    J Gangadhar

  2. #2
    Join Date
    Oct 2002
    Posts
    807
    Take a guess.

    Error: ORA 1653
    Text: unable to extend table string.string by string in tablespace string -------------------------------------------------------------------------------
    Cause: Failed to allocate extent for table segment in tablespace. Action: Use the ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.

  3. #3
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439

    Re: unable to extend table

    Originally posted by ganga
    In the above error message what is the actual meaning of 4100?
    It means that your system tried to allocate a new extent of size 4100 database blocks.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  4. #4
    Join Date
    Apr 2004
    Location
    Riyadh
    Posts
    12

    ORA-01653: unable to extend table CN.CN_COMMISSION_LINES_ALL by 4100 in tablespace CN

    Go for this note #: 151994.1 on metalink.

    Hope u'll be getting complete info. on ur error msg.

    and as far as my knowledge goes, "4100| it is the size of a single contiguous extent.
    Last edited by shirazmustafa; 05-30-2004 at 04:00 AM.
    Md. Shiraz Mustafa
    Oracle Consultant

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width