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?
Printable View
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?
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.
It means that your system tried to allocate a new extent of size 4100 database blocks.Quote:
Originally posted by ganga
In the above error message what is the actual meaning of 4100?
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.