Database Error Messages

OCI-22833

Must cast a transient type to a persistent type.

Cause

Attempted to use a transient type in the query result, or to return an instance of type SYS.ANYDATASET containing a transient type.


Action

Cast the transient type to a structurally equivalent persistent type, or avoid adding a transient type to a SYS.ANYDATASET instance.