-
名称
-
delete-ts-jdbc-resource - JDBCリソースの削除
-
形式
-
delete-ts-jdbc-resource --user admin_user [--password admin_password] [--port port_number] [--host host_name] [--passwordfile file_name] [--terse=true|false] [--echo=true|false] [--interactive=true|false] jdbc_resource_name
-
説明
-
Transactionサービスの、JDBCリソースを削除します。このコマ ン
ドはリモートモードでのみ使用できます。
-
オプション
-
-
--user
-
ドメインアプリケーションサーバの管理ユーザ名
-
--password
-
ドメインアプリケーションサーバの管理ユーザのパスワード
-
--port
-
ドメインアプリケーションサーバのポート番号( 既 定 値:
6212)
-
--host
-
ドメインアプリケーションサーバが起動しているマシン名
-
--passwordfile
-
ドメインアプリケーションサーバの管理ユーザのパスワード
を含むファイル
-
--terse
-
trueを指定すると、出力データがスクリプトによる処理のた
めの簡潔なデータとなります。既定値はfalseです。
-
--echo
-
trueを指定すると、標準出力でコマンドライン文が表示され
ます。既定値はfalseです。
-
--interactive
-
true(既定値)を指定すると、パスワードオプション入力用の
プロンプトを表示します。
-
オペランド
-
-
jdbc_resource_name
-
削除するJDBCリソースの名前を指定します。
-
使用例
-
例1: delete-ts-jdbc-resourceの使用法
otxadmin> delete-ts-jdbc-resource --user admin --password adminadmin --port 6212 jdbc/Oracle
Deleted the JDBC Resource with id = jdbc/Oracle
jdbc/Oracleが削除されます。
-
終了ステータス
-
| 0 : | コマンド実行成功 |
| 1 : | コマンド実行失敗 |
-
関連事項
-
create-ts-jdbc-resource(1)