Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update on Key Fields in partitioned Table

Status
Not open for further replies.

SamC

Programmer
Aug 22, 2002
24
0
0
DE
Hello,

sorry for the beginner question.

My problem, i have a partitioned table. The Key Fields are somthing like FieldA and FieldB. Data is stored all went fine.

Some time later i have to update the date of the key fields, cause i found an error i made while calculating the values of this key fields. Is there a method to get oracle to implicitly move the data to the new partition by just updating the data?

Any hint would be nice.

Sam
 
Hi
You have to enable it first:
Code:
ALTER yourTable ENABLE ROW MOVEMENT
 
Thanks Stefan,

just tested. Worked fine.

Sam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top