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.

Symfowareコマンド抜粋/SQL,UnLOAD

Posted at

富士通のDBMS(Symfoware)のコマンド抜粋
製品マニュアル

処理時間の長いSQL文の表示

rdbpmsqllist [ -p 時刻,時刻 ]

アクセスプランの表示

rdbpmsqllist -c コネクションID -t 時刻
    [[年/]月/日-]時:分[:秒[.ミリ秒]] 

アプリケーションやRDBコマンドの実行状況の出力

rdbps [ -u ログオン名 ]
      [ -s [ p ] ]
      [ -r ]
      [ -i [ a ] ]
      [ -p プロセスID ]
      [ -e ]
      [ -x xml ]
      [ -c ]

性能情報の表示

rdbsar [ -bdlam ][ -e ]
       [ -g ロググループ名 ]
       [ -r[共用バッファ識別子リスト]]
       [ -x xml ]
       [ 時間間隔 [ 繰り返し回数 ]]

データベースの作成、または、データベースの性能チューニングを対話的に実行

rdbexecsql [ { -s SQLサーバ名 | -d } ]
           [ -u ユーザ指定 ]
           [ -c ]
           [ -o 出力ファイル名 ]
           [ -i 入力ファイル名 [値[[ 値]...]]]
           [ -h 世代数 ]
           [ -mo ]
           [ { -e | -ex } ]

データベースのデータのファイルへの出力

rdbunl  -i データベース名.表のDSI名
       [ {  -t |  -o } ]
       [ -j { EUC_S90 | SJIS |  UNICODE } ]
       [ -n ]
       [ -c 列名 [{,列名} ...] ]
       [ -d ]
       [ -U NCHAR=UCS2B ]
       [ -e ]
       { -f 条件指定ファイル名
       | -v 分割指定ファイル名
       | 出力ファイル名 }

SQL文による検索結果のファイルへの出力

rdbunlsql -d データベース名
   { -v SQL文記述ファイル | -s 問合せ式 [ORDER BY句] [更新可能性句] [並列指定] [実行オプション指定] }
   [ -n ]
   [ { -t | -o } ]
   [ -j { EUC_S90 | SJIS |  UNICODE } ]
   [ -U NCHAR=UCS2B ]
   出力ファイル名
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?