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.
ORA-24279: view string is not a parallel access view
The view was not created by CREATE_OR_REPLACE_VIEW API.
Provide the correct view name that was created by CREATE_OR_REPLACE_VIEW API.