Database Tuning (MOSC)

MOSC Banner

Loading Table from the External table.

edited May 17, 2012 3:53AM in Database Tuning (MOSC) 8 comments
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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center