We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ca1c9 commit 3134643Copy full SHA for 3134643
README.md
@@ -20,7 +20,7 @@ Note 2: DB user (amoseyev) has to be created explicitly. The tool does not creat
20
21
## Installation
22
23
-# Run below steps on DB host
+#### Run below steps on DB host
24
25
1. On target database create user password_reset_user with permissions to change password for other users:
26
@@ -30,7 +30,7 @@ SQL> grant alter user to password_reset_user;
30
SQL> grant connect to password_reset_user;
31
```
32
33
-# All below steps run on host where password reset tool is installed. "toolhost"
+#### All below steps run on host where password reset tool is installed. "toolhost"
34
35
2. Install Oracle client software on the machine. (Instant client is good enough)
36
0 commit comments