Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-32306

updatable materialized views with user-defined types must use SELECT *

Cause

An attempt was made to create an updatable materialized view with user-defined types where the definition query did not use SELECT * at the topmost level.


Action

Rewrite the definition query so that SELECT * is used at the topmost level.