# file_actions: OS File Actions
## Documentation:
File actions executed.
- Catalog: `FileSystem`
- Label: File Actions
- Retrieve: True
## Table Columns
The columns of the table `file_actions` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `action` | `varchar2` | Action | ☑ | Type of action. |
| `duration_ms` | `int32` | Duration (ms) | ☐ | Duration of action in milliseconds. |
| `exception_code` | `varchar2` | Exception Code | ☐ | The message code of the error. |
| `exception_message` | `varchar2` | Exception Message | ☐ | The text of the error. |
| `file_path_source` | `varchar2` | File Name and Path for Source | ☐ | File path of source for action. |
| `file_path_target` | `varchar2` | File Name and Path for Target | ☐ | File path of targt for action. |
| `has_exception` | `varchar2` | Has Exception | ☐ | Whether an exception occurred during execution. |
| `start_time` | `datetime` | Start Time | ☐ | Start time of action. |