2 posts / 0 new
Last post
ORA-01882: timezone region not found
Receiving above error code when I try to validate Oracle from Amazon. What should be done?
Total votes: 1331

In order to overcome the above error code we need to add the below code,
CATALINA_OPTS='-Duser.timezone=UTC'
under
<<install-dir>>/bin/catalina.sh

Total votes: 1609