ORA-30084: invalid data type for datetime primary with time zone modifier
What triggered 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.What should we do to fix it:
None