ORA-00922: "IN MEMORY" and "COLUMN STORE" attributes generated in wrong order.
説明
During Reverse Engineering the IN MEMORY and COLUMN STORE attributes are generated in a wrong order which causes ORA-00922 when executed against the DB.
原因
IN MEMORY should be before COLUMN STORE
対策
There are 2 options:
Manualy change the script in the Physical Properties tab.