How to fix the Oracle error ORA-02192: PCTINCREASE not allowed for rollback segment storage clauses?
In this post, you’ll learn more about the Oracle ErrorORA-02192: PCTINCREASE not allowed for rollback segment storage clauses with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-02192: PCTINCREASE not allowed for rollback segment storage clauses
Reason for the Error ORA-02192: PCTINCREASE not allowed for rollback segment storage clauses
pctincrease was specified in a create or alter rollback segment
How to fix the Error ORA-02192: PCTINCREASE not allowed for rollback segment storage clauses ?
You can fix this error in Oracle by following the below steps
reissue statement without the pctincrease clause
Leave Your Comment