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
- import
- plugin
- 네트워크
- port
- Source
- bash
- maVen
- context
- JavaScript
- Eclipse
- VirtualBox
- netsh
- xargs
- 단축키
- resource
- lsof
- find
- ssh
- grep
- Windows
- Windows 10
- IntelliJ
- tomcat
- web.xml
- Quartz
- 줄바꿈 문자
- vscode
- Mac
- profile
- GIT
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