Oracle Error Message
ORA-30389: the source statement is not compatible with the destination statement
Reason for the Error
The SELECT clause of the source statement is not compatible with the SELECT clause of the destination statement
Solution
Verify both SELECT clauses are compatible with each other such as numbers of SELECT list items are the same and the datatype for each SELECT list item is compatible