Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SAP Exam C_TADM_23 Topic 2 Question 43 Discussion

Actual exam question for SAP's C_TADM_23 exam
Question #: 43
Topic #: 2
[All C_TADM_23 Questions]

How are savepoints triggered?

Note: There are 2 correct answers to this question

Show Suggested Answer Hide Answer
Suggested Answer: A, B

In SAP S/4HANA, savepoints are critical to database consistency and recovery mechanisms. A savepoint is a point in time at which the database can be consistently restored. The triggering of savepoints is an automatic process managed by the database, ensuring that data changes are synchronized and durable.

A) By performing a database backup: When a database backup is initiated, a savepoint is automatically created to ensure that the backup reflects a consistent state of the database. This savepoint allows for the recovery of the database to the exact state it was in at the time of the backup.

B) By a database soft shutdown: During a soft shutdown of the database, a savepoint is triggered to ensure that all in-memory changes are flushed to disk and that the database is in a consistent state before the shutdown completes. This process ensures that the database can be restarted without data loss or corruption.

Savepoints play a crucial role in the database's ability to recover from failures and maintain data integrity. By automatically creating savepoints at key operations like backups and shutdowns, the database ensures that it can always be restored to a consistent state.


Contribute your Thoughts:

Linn
8 days ago
I think savepoints are triggered by issuing a transactional commit.
upvoted 0 times
...
Hubert
11 days ago
I'm pretty sure savepoints are triggered by transactional commits. Gotta love those nice, clean database transactions!
upvoted 0 times
...

Save Cancel