Database Error Messages

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

OCI-32034

unsupported use of WITH clause

Cause

Improper use of WITH clause because one of the following two reasons:

  1. nesting of WITH clause within WITH clause not supported yet
  2. For a set query, WITH clause can't be specified for a branch.
  3. WITH clause cannot be specified within parenthesis.

Action

correct query and retry