HPE NonStop SQL/MX Error – 30033 NOT ATOMIC INSERT is not supported on table table-name because it is the subject table of the materialized view mv-name.

In this blog post, let’s learn about the error message “30033 NOT ATOMIC INSERT is not supported on table table-name because it is the subject table of the materialized view mv-name.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.

Error Message

30033 NOT ATOMIC INSERT is not supported on table table-name because it is the subject table of the materialized view mv-name.

Reason for the Error

You attempted a NOT ATOMIC INSERT operation on a table which has a dependent materialized view.

Solution

Do not perform a NOT ATOMIC INSERT on a table which has a dependent materialized view