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 |
Tags
- Eclipse
- web.xml
- bash
- JavaScript
- netsh
- import
- Windows 10
- profile
- VirtualBox
- maVen
- 단축키
- xargs
- Windows
- IntelliJ
- GIT
- plugin
- resource
- 줄바꿈 문자
- tomcat
- Source
- context
- grep
- 네트워크
- Mac
- port
- lsof
- Quartz
- vscode
- ssh
- find
Archives
- Today
- Total
develog
[Oracle] charset 본문
SELECT PARAMETER, VALUE
FROM NLS_DATABASE_PARAMETERS
WHERE PARAMETER LIKE '%CHARACTERSET%'
OR PARAMETER LIKE '%LANG%'
ORDER BY PARAMETER
;
'DB > Oracle' 카테고리의 다른 글
[Oracle] white space 제거 (0) | 2016.10.20 |
---|---|
[Oracle] SQLGate 엑셀 데이터 import (0) | 2016.10.14 |
[Oracle] DBMS_JOB (0) | 2016.09.20 |
[Oracle] Bind vs. Substitution variables (0) | 2016.09.13 |
[Oracle] tnsnames.ora (0) | 2016.09.13 |
Comments