ORA-00973
Error: ORA-00973: invalid row count estimate
Causa: The percentage of free space specified in a CREATE INDEX statement is not between 0 and 100. A PCTFREE value of 0 means the entire block is available. The value 100 is not useful because it means that no data may be inserted. The default is 10.
Acción: Specify a PCTFREE value between 0 and 100. Then retry the statement.
COMENTARIOS:
No hay comentarios.