Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created May 16, 2014 09:01
Show Gist options
  • Select an option

  • Save masaru-b-cl/697a95cc39c48226e1fe to your computer and use it in GitHub Desktop.

Select an option

Save masaru-b-cl/697a95cc39c48226e1fe to your computer and use it in GitHub Desktop.
OracleXE 11gでキャラセットをSJISにする手順
参考: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