Datafile status


Job details

Name: Datafile status
Platform: Oracle
Category: Availability
Description: Checks the ‘soft limit’ and the ‘hard limit’ of the maximum number of physical OS files, that can be mapped to an Oracle instance.
Long description:
Version: 1.0
Default schedule: 10m
Requires engine install: No
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]

Parameters

Name Default value Description
return_status_offline 1 Alarm or warning status if datafile is offline. 0=OK, 1=Warning, 2=Alarm
return_status_recovery 2 Alarm or warning status if datafile needs recovery. 0=OK, 1=Warning, 2=Alarm

Job Summary

SELECT d.File#, d.name, t.name, d.status FROM v$datafile d, v$tablespace t WHERE d.ts#=t.ts#

Job Details

Technical Execution

Compatibility and Installation

Scheduling and Dependencies

Reporting and Output

Status Key Information
Alarm (2) Datafile needs recovery or has another critical issue
Warning (1) Datafile is offline
OK (0) All datafiles are operational and have no identified issues