Get tablespace temporary file usage

get

/database/storage/tablespaces/{tablespace_name}/tempfiles/{file_id}/usage

Returns GV$DATAFILE and DBA_TEMP_FILES records for a specific tablespace and file. A client requires SQL Administrator role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Usage information about the temporary file.
Body ()
Root Schema : DatabaseTablespaceDatafileUsageItem
Type: object
Using GV$DATAFILE and DBA_FREE_SPACE data this object represents the usage of a data file in the database.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top