> For the complete documentation index, see [llms.txt](https://docs.tessell.com/tessell/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tessell.com/tessell/database-engines/tessell-for-oracle/db-services/my-services/database-service-home-page/events.md).

# Events

The Events tab displays a complete, chronological audit trail of all lifecycle actions performed on your database service. Each entry records the action taken, the username responsible, and the exact date and time.

***

## What actions appear in the Events log?

The Events tab records all significant service lifecycle changes, including:

* Service created, started, or stopped
* Compute or storage resize operations
* Parameter profile updates
* Patching events
* Switchover and switchback operations

For **cloned services**, the following additional details are captured for each refresh:

| Detail         | Description                                             |
| -------------- | ------------------------------------------------------- |
| User           | The user who initiated the refresh                      |
| Refresh method | Whether the refresh used a snapshot or PITR             |
| Scheduled      | Whether the refresh was scheduled or triggered manually |
| Date and time  | The exact timestamp of the refresh                      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tessell.com/tessell/database-engines/tessell-for-oracle/db-services/my-services/database-service-home-page/events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
