Oracle Error ORA-24279: view string is not a parallel access view

Oracle Error Message

ORA-24279: view string is not a parallel access view

Reason for the Error

The view was not created by CREATE_OR_REPLACE_VIEW API.

Solution

Provide the correct view name that was created by CREATE_OR_REPLACE_VIEW API.