DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: ORA-14402: updating partition key

  1. #1
    Join Date
    Nov 2010
    Location
    chennai
    Posts
    2

    ORA-14402: updating partition key

    All,

    I am updating the table based on the leading partition key and i got the error message.

    ORA-14402: updating partition key column would cause a partition change

    i have serched the google, i got below mentioned solution

    alter table emp_det ENABLE ROW MOVEMENT;

    but i don't have the privileges for row movement.My schema has shadow schema.how to update the values without ENABLE ROW MOVEMENT syntax.

    By
    Sivaraman

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    you cannot

  3. #3
    Join Date
    Nov 2010
    Location
    chennai
    Posts
    2
    but i want to update the values.Please advice...

  4. #4
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865

    Cool

    get the main schema password and update.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by pvi_siva View Post
    but i want to update the values.Please advice...
    then you need to get row movement enabled

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width