Created
May 16, 2014 09:01
-
-
Save masaru-b-cl/697a95cc39c48226e1fe to your computer and use it in GitHub Desktop.
OracleXE 11gでキャラセットをSJISにする手順
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 参考:Oracle 11g Express 文字コードを変更する : リード開発メモ | |
| http://freed411.doorblog.jp/archives/30018740.html | |
| 最後にユーザー表領域作成 | |
| CREATE TABLESPACE USERS | |
| DATAFILE 'C:\oraclexe\app\oracle\oradata\XE\USERS.dbf' | |
| size 1024M autoextend on maxsize 4096M | |
| extent management local | |
| segment space management auto; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment