> 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/es/pam-with-devolutions-cloud/providers/oracle-user-provider.md).

# Proveedor de usuario Oracle

El proveedor ***Oracle user*** permite a Devolutions Cloud almacenar credenciales de cuentas Oracle para utilizarlas en la rotación de contraseñas.

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

### General

| CONFIGURACIÓN    | DESCRIPCIÓN                                                                              |
| ---------------- | ---------------------------------------------------------------------------------------- |
| **Name**         | Nombre visible del proveedor.                                                            |
| **Description**  | Descripción opcional del proveedor.                                                      |
| **Host name**    | FQDN del servidor Oracle en el que se ejecutará el escaneo o la rotación de contraseñas. |
| **Service name** | Nombre del servicio Oracle.                                                              |
| **Port**         | Establezca el número de puerto utilizado para conectarse al host Oracle.                 |
| **Username**     | Nombre de usuario de la cuenta Oracle con permisos para restablecer contraseñas.         |
| **Password**     | Contraseña de la cuenta de usuario de Oracle.                                            |

### Política de retirada

| CONFIGURACIÓN                            | DESCRIPCIÓN                                                                                                                                                                                             |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Checkout policy mode**                 | <p>Elija un modo de política de retirada entre:</p><ul><li><em><strong>Default (inherited)</strong></em></li><li><em><strong>Inherited</strong></em></li><li><em><strong>Custom</strong></em></li></ul> |
| **Checkout mode**                        | Elija si las retiradas son obligatorias o no. Esto equivale a activar o desactivar las retiradas.                                                                                                       |
| **Approval mode**                        | Determine si las retiradas requieren aprobación o no.                                                                                                                                                   |
| **Users can approve their own checkout** | Determine si los usuarios pueden aprobar su propia solicitud de retirada o si necesitan la aprobación de un administrador.                                                                              |
| **Checkout reason**                      | Obligue a los usuarios a añadir un motivo en las solicitudes de retirada.                                                                                                                               |
| **Checkout time (minutes)**              | Establezca el tiempo de retirada exacto para todos los usuarios, en minutos.                                                                                                                            |
| **Max checkout time (minutes)**          | Establezca el tiempo máximo de retirada, pero deje que los usuarios especifiquen sus necesidades en cada solicitud.                                                                                     |

### Política de ciclo de vida de la cuenta

| CONFIGURACIÓN                | DESCRIPCIÓN                                                                                                                                                                                                     |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Password policy**          | Elija una [política de contraseñas](https://docs.devolutions.net/cloud/es/web-interface/administration/management/password-policies) configurada previamente en ***Administration*** – ***Password policies***. |
| **Synchronization schedule** | Establezca una fecha y una hora para la sincronización automática entre el proveedor y sus usuarios o grupos de usuarios.                                                                                       |

### Configuración de PowerShell

| CONFIGURACIÓN                | DESCRIPCIÓN                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **PowerShell settings mode** | <p>Elija un modo de configuración de PowerShell entre:</p><ul><li><em><strong>Default (Workspace settings)</strong></em>: utilice la configuración predeterminada de PowerShell definida en <em><strong>Administration</strong></em> – <em><strong>Privileged access</strong></em> – <em><strong>Settings</strong></em> – <em><strong>PowerShell default settings</strong></em>.</li><li><em><strong>Workspace settings</strong></em>: seleccione la configuración de PowerShell definida en el mismo espacio de trabajo.</li><li><em><strong>Custom</strong></em>: cree una configuración de PowerShell personalizada para el proveedor.</li></ul> |


---

# 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.devolutions.net/pam/es/pam-with-devolutions-cloud/providers/oracle-user-provider.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.
