Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページサイズが2kで、文字セットがroman8のSybase ASEサーバーがあります。 charset utf8 で 8k ページ サイズのサーバーに変更したいと考えています。
データを新しいサーバーに移行せずにそれを行うことは可能ですか? もしそうなら、コマンドは何ですか?
ページ サイズを変更するには、ASE インストール ($HOME/ASE-15_0/bin/sybmigrate) で使用可能な sybmigrate を使用するか、すべてのテーブルを bcp in/out して新しいデータベースにデータを移行するしかありません。