ORA-30078: partition bound must be TIME/TIMESTAMP WITH TIME ZONE literals
What triggered the Error:
An attempt was made to use a time/timestamp expression whose format does not explicitly have time zone on a TIME/TIMESTAMP or TIME/TIMESTAMP WITH TIME ZONE column.What should we do to fix it:
Explicitly use TIME/TIMESTAMP WITH TIME ZONE literal.