| Board ID | 1258 |
| Writer | 허진경 (나자바바) |
| Write Date | 2024-01-02 17:06:34 |
| Subject | tomcat에서 oracle 연결 시 타임존 오류 |
| Content | ORA-00604: error occurred at recursive SQL level 1 ORA-01882: timezone region not found vi TOMCAT_HOME/bin/setenv.sh #!/bin/bash export CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF8 -Duser.timezone=GMT+9" |
| File | setenv.sh (93byte) |