ORA-30079: cannot alter database timezone when database has TIMESTAMP WITH LOCAL TIME ZONE columns
What triggered the Error:
An attempt was made to alter database timezone with TIMESTAMP WITH LOCAL TIME ZONE column in the database.What should we do to fix it:
Either do not alter database timezone or first drop all the TIMESTAMP WITH LOCAL TIME ZONE columns.