Oracle Solution for Error ora-02170

Solution for Oracle Error ORA-02170

ORA-02170: FREELIST GROUPS storage option not allowed

What triggered the Error:

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.

What should we do to fix it:

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