Database Error Messages

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

OCI-22982

cannot create sub-view under this view

Cause

The view derived its object identifier (OID) from a table or view that had a primary key based OID. Sub-views cannot be created under such views.


Action

Specify a view that has a system generated OID or a view created with the specification of attributes in the WITH OBJECT ID clause and retry the operation.