Oracle Error ORA-37174: source SQL must be a SELECT statement

Oracle Error Message

ORA-37174: source SQL must be a SELECT statement

Reason for the Error

The user specified an INSERT, UPDATE, DELETE or other type of SQL statement

Solution

Specify a SQL SELECT statement instead