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
- lsof
- Windows 10
- web.xml
- find
- Quartz
- ssh
- maVen
- Eclipse
- context
- GIT
- import
- Windows
- vscode
- 네트워크
- VirtualBox
- tomcat
- plugin
- xargs
- 줄바꿈 문자
- port
- Source
- JavaScript
- IntelliJ
- netsh
- 단축키
- profile
- Mac
- grep
- resource
- bash
Archives
- Today
- Total
develog
[Oracle] SYSTIMESTAMP time zone 본문
SYSTIMESTAMP 는 OS time zone을 리턴
SELECT DBTIMEZONE , SESSIONTIMEZONE , TO_CHAR(SYSTIMESTAMP, 'TZH:TZM') SYSTIMESTAMP_TIMEZONE FROM DUAL |
DBTIMEZONE
+00:00
SESSIONTIMEZONE
+09:00
SYSTIMESTAMP TIMEZONE
+08:00
'DB > Oracle' 카테고리의 다른 글
[Oracle] RECYCLEBIN, 휴지통 비우기 (0) | 2016.02.04 |
---|---|
[Oracle] function-based index 조회 (0) | 2016.02.04 |
[Oracle] time zone, utc, local time (0) | 2015.11.02 |
[Oracle] time zone (0) | 2015.11.02 |
[Oracle] NLS parameter (0) | 2015.10.30 |
Comments