表領域の一時ファイルの取得
get
/database/storage/tablespaces/{tablespace_name}/tempfiles/{file_id}/
特定の表領域およびファイルのDBA_TEMP_FILESからデータを返します。クライアントは、このサービスを起動するにはSQL管理者ロールが必要です。
リクエスト
パス・パラメータ
- file_id(required): string
ファイル識別子。
- tablespace_name(required): string
表領域名。
この操作にはリクエスト本文はありません。
先頭に戻るレスポンス
サポートされるメディア・タイプ
- application/json
200 レスポンス
指定された一時ファイルについての情報。
ルート・スキーマ: DatabaseTablespaceTempfilesItem
タイプ:
object
データベース内の1つの一時ファイルについて説明します。
ソースの表示
-
autoextensible: string
ファイルが自動拡張可能か(YES)そうでないか(NO)
-
blocks: integer
ファイル・サイズ(Oracleブロック単位)
-
bytes: integer
ファイル・サイズ(バイト)
-
file_id: integer
データベースの一時ファイルのファイル識別子番号
-
file_name: string
データベース・ファイル名
-
increment_by: integer
自動拡張のデフォルト増分値(Oracleブロック内)
-
inst_id: integer
一時ファイルが所属するインスタンスのインスタンスID。この列には、共有表領域に所属する一時ファイルのNULL値がある
-
links: array links
-
maxblocks: integer
最大ファイル・サイズ(Oracleブロック単位)
-
maxbytes: integer
最大ファイル・サイズ(バイト)
-
relative_fno: integer
表領域の相対ファイル番号。
- shared: string
-
status: string
ファイル・ステータス。
-
tablespace_name: string
表領域名。
-
user_blocks: integer
ファイルの実際に使用可能な部分のサイズ(Oracleブロック単位)
-
user_bytes: integer
ユーザーのデータに利用できるファイル・サイズ。実際のファイル・サイズからUSER_BYTESの値を引いた値は、メタデータに関連するファイルを格納するために使用される。