ERROR | cannot alter database timezone when database has TIMESTAMP WITH LOCAL TIME ZONE columns |
CAUSE | An attempt was made to alter database timezone with TIMESTAMP WITH LOCAL TIME ZONE column in the database. |
ACTION | Either do not alter database timezone or first drop all the TIMESTAMP WITH LOCAL TIME ZONE columns. |