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

Thread: how to VALIDATE INDEXTYPE and OPERATOR

  1. #1
    Join Date
    Nov 2000
    Posts
    212
    in MDSYS schema I have invalidated two operators and one indextype. Anyone knows how to VALIDATE(recompile?) then?

    Oracle version 8.1.6

  2. #2
    Join Date
    Jul 2000
    Posts
    296
    ALTER OPERATOR your_operator COMPILE;
    ALTER INDEXTYPE your_indextype COMPILE;

  3. #3
    Join Date
    Nov 2000
    Posts
    212
    thanks, akkerend.
    That's simply amazing. Those commands are not documented in 816 doc set I have...

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