XML Extensionの削除には,HiRDBの運用コマンド「pdplgrgst(プラグインの登録・削除)」を使用します。プラグインを削除する場合,pdplgrgstコマンド実行前に次のものを削除しておいてください。
XML Extensionを削除する場合は,次の形式で実行してください。なお,XMLデータ検索プラグインを削除する場合には,IXXMLインデクス型プラグイン,XMLデータ型プラグインの順に削除してください。
pdplgrgst -d プラグイン定義ファイル名 PICファイル名
表2-16 XMLデータ検索プラグインに指定するプラグイン定義ファイル名(XML Extensionの削除)
XMLデータ検索プラグイン | プラグイン定義ファイル名 |
---|---|
XMLデータ型プラグイン | _phdxml.adt |
IXXMLインデクス型プラグイン | _phjxml.idx |
表2-17 XMLデータ検索プラグインに指定するPICファイル名(XML Extensionの削除)
XMLデータ検索プラグイン | PICファイル名 |
---|---|
XMLデータ型プラグイン | _phdxml.pic |
IXXMLインデクス型プラグイン | _phjxml.pic |
pdplgrgst -d $PDDIR/plugin/_phjxml/etc/_phjxml.idx ¥
$PDDIR/plugin/_phjxml/etc/_phjxml.pic
pdplgrgst -d $PDDIR/plugin/_phdxml/etc/_phdxml.adt ¥
$PDDIR/plugin/_phdxml/etc/_phdxml.pic
pdplgrgst -d %PDDIR%¥plugin¥_phjxml¥etc¥_phjxml.idx
%PDDIR%¥plugin¥_phjxml¥etc¥_phjxml.pic
pdplgrgst -d %PDDIR%¥plugin¥_phdxml¥etc¥_phdxml.adt
%PDDIR%¥plugin¥_phdxml¥etc¥_phdxml.pic