Tune a full Scan Query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wallace1980
    New Member
    • Apr 2006
    • 1

    Tune a full Scan Query

    Hi to all,
    I've a problem, i must execute a tansposition of a Table to an another table, in Oracle.
    I ve 1 million record to read and next to do a insert of a selection of record input.

    The procedure that i have done it's slow, so i want to speedup it.

    How can I do?

    the first table have

    code
    value
    col_name
    order

    the second have a 200 column with the name "col_name".

    I've a Index (code,order).

    How can increase the size of memory block? and the Cache
Working...