# Databases

- [Microsoft SQL Server](https://wiki.datadike.com/integracoes/databases/microsoft-sql-server.md)
- [Oracle](https://wiki.datadike.com/integracoes/databases/oracle.md): Este guia detalha todos os pré-requisitos, configuração do ativo e métodos de conexão disponíveis.
- [Erros comuns](https://wiki.datadike.com/integracoes/databases/oracle/erros-comuns.md)
- [MySQL](https://wiki.datadike.com/integracoes/databases/mysql.md): O componente é responsável pelo proxy de banco de dados MySQL no PAM. O MySQL tem suporte nativo — não requer instalação de drivers adicionais no servidor (diferente do Oracle).
- [PostgreSQL](https://wiki.datadike.com/integracoes/databases/postgresql.md)
- [MariaDB](https://wiki.datadike.com/integracoes/databases/mariadb.md)
- [Redis](https://wiki.datadike.com/integracoes/databases/redis.md)
- [MongoDB](https://wiki.datadike.com/integracoes/databases/mongodb.md)
- [ClickHouse](https://wiki.datadike.com/integracoes/databases/clickhouse.md)


---

# 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://wiki.datadike.com/integracoes/databases.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.
