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
- xargs
- Source
- grep
- context
- find
- 네트워크
- tomcat
- web.xml
- bash
- netsh
- JavaScript
- Mac
- VirtualBox
- 줄바꿈 문자
- Windows
- ssh
- profile
- GIT
- plugin
- lsof
- resource
- Windows 10
- 단축키
- Quartz
- vscode
- Eclipse
- port
- maVen
- import
- IntelliJ
Archives
- Today
- Total
develog
[Oracle] NLS parameter 본문
SELECT *
FROM NLS_DATABASE_PARAMETERS
ORDER BY PARAMETER
;
SELECT *
FROM NLS_SESSION_PARAMETERS
ORDER BY PARAMETER
;
SELECT *
FROM NLS_INSTANCE_PARAMETERS
ORDER BY PARAMETER
;
'DB > Oracle' 카테고리의 다른 글
[Oracle] time zone, utc, local time (0) | 2015.11.02 |
---|---|
[Oracle] time zone (0) | 2015.11.02 |
[Oracle] 제품 버전 확인 (0) | 2015.10.29 |
[Oracle] DBMS_OUTPUT no limit (0) | 2015.08.20 |
[Oracle] column default value 조회 (0) | 2015.08.20 |