# Information Schema XTRADB\_READ\_VIEW Table

The [Information Schema](/docs/server/reference/system-tables/information-schema.md) `XTRADB_READ_VIEW` table contains information about the oldest active transaction in the system.

The `PROCESS` [privilege](/docs/server/reference/sql-statements/account-management-sql-statements/grant.md) is required to view the table.

It has the following columns:

| Column                              | Description                                                                                                                                    |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| READ\_VIEW\_UNDO\_NUMBER            |                                                                                                                                                |
| READ\_VIEW\_LOW\_LIMIT\_TRX\_NUMBER | Highest transaction number at the time the view was created.                                                                                   |
| READ\_VIEW\_UPPER\_LIMIT\_TRX\_ID   | Highest transaction ID at the time the view was created. Should not see newer transactions with IDs equal to or greater than the value.        |
| READ\_VIEW\_LOW\_LIMIT\_TRX\_ID     | Latest committed transaction ID at the time the oldest view was created. Should see all transactions with IDs equal to or less than the value. |

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}


---

# Agent Instructions: 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:

```
GET https://mariadb.com/docs/server/reference/system-tables/information-schema/information-schema-tables/information-schema-xtradb-tables/information-schema-xtradb_read_view-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
