Oracle Error Message
ORA-30084: invalid data type for datetime primary with time zone modifier
Reason for the Error
When a time zone modifier is specified, the data type of datetime primary must be one of the following: TIME, TIME WITH TIME ZONE, TIMESTAMP, TIMESTAMP WITH TIME ZONE.
Solution
None