> 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/integrations.md).

# Integrations

The Integrations tab lets you connect your Oracle database service to third-party monitoring, security, and management tools. Tessell uses a bring-your-own-account model — you provide your own subscription to each tool.

***

## Prerequisites

Ensure that you have added integration endpoints in the [**DB Governance** application](/tessell/app-families/governance/db-governance.md) under the **Governance** app family. Endpoints added there appear in the Endpoint dropdown when enabling an integration.

***

## Which tools can I integrate with my Oracle database service?

| Integration                         | Description                                                                                                                                                                            |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Datadog**                         | Cloud monitoring platform that consolidates metrics from all apps, tools, and services. Tessell installs Datadog agents on the database VMs and enables metric collection.             |
| **Qualys**                          | Cloud-based security and compliance platform covering vulnerability management, continuous host/configuration scanning, web app scanning, and policy compliance.                       |
| **Oracle Enterprise Manager (OEM)** | Oracle's unified management platform for monitoring and automating Oracle Databases (CDBs, PDBs), middleware, engineered systems (Exadata), and hybrid cloud/on-premises environments. |
| **Splunk**                          | Centralised log and event analytics platform for security, troubleshooting, SLA monitoring, and capacity planning across all database logs and events.                                 |

***

## How do I enable a third-party integration?

1. Click the **Enable** button at the bottom of the integration tile. A configuration window opens.
2. Select the **Endpoint** from the dropdown list (endpoints must be pre-configured in DB Governance).
3. Click **Add**.

After enabling, the integration tile displays: "Integration has already been enabled with this database" along with the endpoint name.

As an alternative, use the **Code** button to generate API calls in Shell, Python, Go, Java, JavaScript, or PowerShell.

***

## What information do I need to integrate Oracle Enterprise Manager?

Before enabling OEM integration, gather the following from your OEM server:

| Setting                         | How to get it                                                                                                                                                           |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Server name**                 | Output of the `hostname` command on the OEM server. Also add a host entry to `/etc/hosts` on the OEM server for the Tessell target server.                              |
| **Agent registration password** | OEM agent password.                                                                                                                                                     |
| **Sysman password**             | OEM console login password.                                                                                                                                             |
| **Server IP**                   | IP address of the OEM server.                                                                                                                                           |
| **Console port**                | Port number from the OEM portal URL (e.g., `https://oem-server-name.com:7803/em` → port **7803**).                                                                      |
| **Upload port and Agent port**  | Run `$AGENT_HOME/bin/emctl status agent` on the OEM server. The Agent URL port (e.g., 3872) is the agent port; the Repository URL port (e.g., 4903) is the upload port. |


---

# 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/integrations.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.
