Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Mac
- port
- GIT
- netsh
- Windows 10
- 네트워크
- find
- lsof
- xargs
- Source
- JavaScript
- plugin
- maVen
- ssh
- tomcat
- bash
- web.xml
- VirtualBox
- 단축키
- profile
- Eclipse
- Windows
- 줄바꿈 문자
- context
- IntelliJ
- import
- Quartz
- vscode
- grep
- resource
Archives
- Today
- Total
develog
[Oracle] time zone 본문
SELECT *
FROM V$TIMEZONE_NAMES
;
SELECT SESSIONTIMEZONE, DBTIMEZONE
FROM DUAL
;
SELECT CURRENT_DATE, CURRENT_TIMESTAMP, LOCALTIMESTAMP
FROM DUAL
;
ALTER SESSION SET TIME_ZONE='+09:00';
ALTER SESSION SET TIME_ZONE='+00:00';
'DB > Oracle' 카테고리의 다른 글
[Oracle] UTC time (0) | 2015.08.05 |
---|---|
[Oracle] NLS parameters (0) | 2015.08.04 |
[Oracle] Trigger 생성 (0) | 2015.06.19 |
[Oracle] REF CURSOR (0) | 2015.06.18 |
[Oracle] DDL, DML, DCL, TCL (0) | 2015.05.13 |
Comments