How to Change Session Time Zoneby Ed ChenAugust 31, 2023August 30, 20232 CommentsTIME_ZONE In the previous post, we have checked the time zone in the current session. Now the question is, how to change it? if it… Read More »How to Change Session Time Zone
How to Resolve ORA-01821: date format not recognizedby Ed ChenJune 1, 2023August 28, 2023ORA-01821 Tried to display a datetime into a readable format by TO_CHAR function, but it failed with ORA-01821. SQL> set heading off; SQL> select TO_CHAR(sysdate,… Read More »How to Resolve ORA-01821: date format not recognized