> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/unmanaged-password-reset-only-providers/oracle-user-provider.md).

# Oracle user provider

The ***Oracle user*** provider allows Devolutions Server to store the Oracle account credentials to be used to achieve password rotation.

![](https://cdnweb.devolutions.net/docs/DVLS4108_2024_3.png)

### General

| Option        | Description                   |
| ------------- | ----------------------------- |
| Name          | Display name of the provider. |
| Template name | Description of the provider.  |

### Properties

| Option       | Description                                                                                 |
| ------------ | ------------------------------------------------------------------------------------------- |
| Host name    | FQDN of the Oracle server against where the scan or the password rotation will be executed. |
| Service name | Name of the Oracle service.                                                                 |
| Port         | Set the port number used with to connect on the Oracle host.                                |

### Credentials

| Option            | Description                                                     |
| ----------------- | --------------------------------------------------------------- |
| Credential type   | ***Custom credential*** o&#x72;***Linked credential*** options. |
| Username          | Username of the Oracle account with rights to reset passwords.  |
| Password          | Password of the Oracle user account.                            |
| Linked credential | Credential directly linked to a PAM account.                    |

### Actions

| Option        | Description                                                  |
| ------------- | ------------------------------------------------------------ |
| Add PAM vault | Will create a PAM vault with the provider's name if enabled. |

### Password settings

| Option                               | Description                                                                                       |
| ------------------------------------ | ------------------------------------------------------------------------------------------------- |
| Password template used on generation | Password template that will be used to generate the password during the reset password operation. |


---

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

```
GET https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/unmanaged-password-reset-only-providers/oracle-user-provider.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.
