ORA-14508: specified VALIDATE INTO table not found
Cause: The specified table either does not exist or user does not have the proper privleges.
Action: Specify the correct table to use.
Al usar la instrucción analyze table <table_name> validate structure cascade para validar tablas con particiones se puede obtener el siguiente error:
ORA-14508: specified VALIDATE INTO table not found
Esto se debe a que no existe la tabla invalid_rows
Solución:
Para crear la tabla invalid_rows debemos ejecutar el siguiente script sql, $ORACLE_HOME/rdbms/admin/utlvalid.sql