unable to extend table employee [message #213514] |
Thu, 11 January 2007 01:48 |
pareshr
Messages: 18 Registered: August 2006 Location: Ahmedabad
|
Junior Member |
|
|
Hi,
I am getting this error :
IMP-00058: ORACLE error 1653 encountered
ORA-01653: unable to extend table employee by 384000 in tablespace TB_EMPLOYEE
IMP-00018: partial import of previous table completed: 4925506 rows imported
Tablespace usages for above tablespace:
NAME KBYTES USED FREE PCT_USED LARGEST
-------------------- ---------- ---------- ---------- ---------- ----------
TB_EMPLOYEE 8192000 2808196 5383804 34.2797363 1517520
Table DDL for
Create table employee(
field1..
....
)
TABLESPACE tb_event_t NOLOGGING
PCTFREE 10
PCTUSED 40
INITRANS 4
MAXTRANS 255
STORAGE (
INITIAL 1500M
NEXT 1000M
MINEXTENTS 1
MAXEXTENTS 2147483645
FREELISTS 4 FREELIST GROUPS 1 )
NOCACHE;
I am unable to find out reason for this, There is lot of space available fo TB_EMPLOYEE tablespace. Can anybody help me in this problem?
This question has been asked by some other person but I have the same query so I have posted it.
Plese if you know the reason help me out.
Paresh Rupareliya
|
|
|
|
|