Oracle Error ORA-30347: a table name is required to qualify the column specification

Oracle Error Message

ORA-30347: a table name is required to qualify the column specification

Reason for the Error

A table name was omitted in a column specification where where the column must be qualified by the table name.

Solution

Qualify the column with the table name.