I experienced problem with my OracleSQLDeveloper Application. I tried to connect one remote Oracle 9i server and it pops up error "ORA-01882: timezone region not found"!!
To solve it, I checked OracleSQLDeveloper.conf file and added the following line.
#Add local timeZone
AddVMOption -Duser.timezone="+05:30"
Open it with any text editor.
Now it can connect without any Error.
No comments:
Post a Comment