I'm using Vault 1.6.0 with Oracle SE2 (AWS RDS), and I successfully set up the plugin successfully.
My role:
vault write database/roles/my-role db_name=oracle creation_statements="CREATE USER {{name}} IDENTIFIED BY {{password}};GRANT SELECT ON session_privs TO {{name}};" default_ttl="1h" max_ttl="24h"
But when Revoking the lease either through the UI or using the CLI (vault lease revoke), nothing happens. Also after the TTL, nothing happens. The user is still listed in sqlplus.

I'm using Vault 1.6.0 with Oracle SE2 (AWS RDS), and I successfully set up the plugin successfully.

My role:
vault write database/roles/my-role db_name=oracle creation_statements="CREATE USER {{name}} IDENTIFIED BY {{password}};GRANT SELECT ON session_privs TO {{name}};" default_ttl="1h" max_ttl="24h"But when Revoking the lease either through the UI or using the CLI (
vault lease revoke), nothing happens. Also after the TTL, nothing happens. The user is still listed in sqlplus.