Database Error Messages

ORA-40095

SELECT * FROM cannot be used to create a JSON-relational duality view using a GraphQL expression.

Cause

The SELECT * FROM clause cannot be specified before the GraphQL expression when creating a JSON-relational duality view.


Action

Remove the SELECT * FROM clause from the input string.