on ‎2023 Feb 21 7:29 PM
If we are scheduling backups via hana cockpit for a HANA DB, the schedule gets stored somewhere in HANA DB. Does anyone know which table or monitoring view this schedule information gets stored in. I checked m_backup* views but cannot find it anywhere. Any help is appreciated.
Request clarification before answering.
Did you already check in your system for tables such as
Look for Authorizations Needed for Monitoring and Administration In SAP HANA Cockpit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
You can see view M_SCHEDULER_JOBS
select * from M_SCHEDULER_JOBS where STATUS='SCHEDULED';
The job parameters:
select * from SCHEDULER_JOB_PARAMETERS;
and the called procedures
select * from SCHEDULER_JOBS;
Regards
Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SAP doesn't provide much information about this, this is what I could find: Monitoring Views for the Backup Catalog
The catalog is stored on the file system, not on the DB.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.