Oracle Plugin
Rotate Oracle database passwords with Commander
Keeper has also launched a zero-trust Password Rotation feature with KeeperPAM. This new capability is recommended for most password rotation use cases. The Documentation is linked below:
Commander KeeperPAM commands
This plugin allows rotating a user's password in Oracle Database Server
Prerequisites
Install cx_Oracle
Prepare Record for Rotation
Create a Record for Rotation
Rotation supports legacy and typed records. If using typed record, a 'Login' type field is required. Additional fields may be added depending on the rotation type as well. See the instructions below.
Add the following Custom Fields to the record that you want to rotate within Keeper
To connect with DSN string:
cmdr:dsn
ex: "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))(CONNECT_DATA=(SID=XE)))"
Oracle DSN string
To connect using database host and service name
cmdr:host
Hostname of your Oracle server
cmdr:db
Database service to connect to on Oracle server
The following optional plugin field can be added to enforce use of the Oracle rotation plugin
cmdr:plugin
oracle
(Optional) Tells Commander to use Oracle rotation. This should be either set to the record, or supplied to the rotation command
The plugin will use the Login field as the username of the password command when rotating a password.

Record Example:

Rotate
To rotate Oracle passwords, use the rotate
command in Commander. Pass the command a record title or UID (or use --match
with a regular expression to rotate several records at once)
Output
After rotation is completed, the new password will be stored in the Password
field of the record
Last updated
Was this helpful?