Oracle DBA, How To, Error, Cause and Action

ORA-02170: FREELIST GROUPS storage option not allowed

ORA-02170: FREELIST GROUPS storage option not allowed


Cause:


The user attempted to specify the FREELIST GROUPS storage option. This option may only be specified during create table and when allow_freelist_groups INIT.ORA is specified.



Action:


Remove this option and retry the statement or set the allow_freelist_groups INIT.ORA parameter.

No comments:

Post a Comment

Thanks for your comment.