1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Cloud Storage(SoftLayer / S3)からdashDBへLoadコマンドでロードする方法

Last updated at Posted at 2016-03-31

Cloud Storageから並列でファイルをロードするために、Loadコマンドをバッチ化する際に利用

1.CLPを起動、カタログ、コネクトする
db2 => catalog tcpip node <ノード名> remote server <ポート番号>
db2 => catalog db <database名> at node <ノード名>
db2 => connect to <database名> user <ユーザ名>

2.ロードする
・Object Storageの下記情報を利用する
コンテナー名:<container名>
ファイルロケーション:<folder名>/<file名>
エンドポイントの認証:<endpoint url>
ユーザー名:<user名>
APIキー(パスワード):<api-key>

・ロードコマンドサンプル(SoftLayerの場合)※S3の場合は、Softlayerの箇所をS3にする。


db2 => call sysproc.admin_cmd('load from Softlayer::\::\::\::\::\/\ of  messages on server insert into "\"')

以上。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?