Solving 'ORA-01882: timezone region not found' in SQL Developer
Recently I installed latest version of Oracle SQL Developer and got an error when I was trying to connect to a remote database as 'ORA-01882: timezone region not found'.
Here is the way to fix it.
- Go to the installation directory of Oracle SQL Developer.
- Open the file located at:
sqldeveloper/bin/sqldeveloper.conf
- At the end of file, add the following line:
AddVMOption -Duser.timezone=GMT+5.30.
No comments:
Post a Comment