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.
Oracleのダンプ機能は、データの格納方法の文字セットとビット単位の表現を表示します。
DB2に同等のコマンドがあるかどうか知っている人はいますか? ありがとうございました。
次のクエリと以下の関数を使用すると、必要なことを行う UDF を作成できる場合があります。
SELECT NAME, VALUE FROM SYSIBMADM.DBCFG where NAME in ('codepage','codeset','collate_info') BITAND BITOR BITXOR BITNOT BITANDNOT