글번호 | 1258 |
작성자 | 허진경 (나자바바) |
작성일 | 2024-01-02 17:06:34 |
제목 | tomcat에서 oracle 연결 시 타임존 오류 |
내용 | 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" |
첨부파일 | setenv.sh (93byte) |