Oracle Solution for Error ora-37174

Solution for Oracle Error ORA-37174

ORA-37174: source SQL must be a SELECT statement

What triggered the Error:

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

What should we do to fix it:

Specify a SQL SELECT statement instead