Loading Table from the External table.
Hi,
Can someone help me how can we optimize the table load from external table. Below is the INSERT statement which is inserting from External file.
INSERT /*+APPEND PARALLEL(iad_o_ast, 8)*/INTO iad_o_ast SELECT /*+full(iad_o_ast_ext) parallel(iad_o_ast_ext,8)*/*FROM iad_o_ast_ext; This Insert is happening for 30 minutes for loading 17033299 rows.Thanks,
Senthil.
0