Quick Search:
 
 Oracle Database Error: ORA-30554      [Return To Oracle Error Index] Jump to:  
Oracle Error: ORA-30554

Error Description:
Function-based index string.string is disabled

Error Cause:
An attempt was made to access a function-based index that has been marked disabled because the function on which the index depends has been changed.

Action:
Perform one of the following actions: -- drop the specified index using the DROP INDEX command -- rebuild the specified index using the ALTER INDEX REBUILD command -- enable the specified index using the ALTER INDEX ENABLE command -- make the specified index usable using the ALTER INDEX UNUSABLE command.


There haven't been any comments added for this error yet. You may add one if you like.  Add a comment 
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org