Query M_BACKUP_CATALOG for Recent Backup Operations
The M_BACKUP_CATALOG system view was reviewed to validate the status of recent SAP HANA backup operations and confirm the availability of a valid recovery point. The review focused on complete data backups because they represent the primary recovery mechanism used during database restoration activities.
sql>SELECT TOP 20sql> ENTRY_TYPE_NAME,sql> STATE_NAME,sql> SYS_START_TIMEsql>FROM M_BACKUP_CATALOGsql>WHERE ENTRY_TYPE_NAME LIKE '%data%'sql>ORDER BY SYS_START_TIME DESC;
Operational Observation
All returned backup entries reported STATE_NAME = 'successful'. The most recent operations were log backups completing at consistent 15-minute intervals on Jun 20, 2026 (e.g. 7:20 PM, 7:05 PM, 6:50 PM, 6:35 PM, 6:20 PM), confirming continuous protection of the database log stream.