Monday, July 6, 2015

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. 

  1. Go to the installation directory of Oracle SQL Developer.
  2. Open the file located at: sqldeveloper/bin/sqldeveloper.conf
  3. At the end of file, add the following line: AddVMOption -Duser.timezone=GMT+5.30.

No comments:

Post a Comment