ORA-30036: During Bulk Insert
734241Oct 4 2010 — edited Oct 11 2010Hi gurus,
While loading data from stgging table to dimension table we are facing below mention error
ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOGTAMAC'
we are using below script
INSERT /*+ APPEND */ INTO table_dim (SELECT * FROM TEMP_tab);
COMMIT;
Where TEMP_tab table contains around 2,00,00,000 rows
Can we use sqlloader to achieve it ?
Please advice
Thanks in advance
Edited by: user12084499 on Oct 4, 2010 12:14 AM