Skip to content

Commit 3134643

Browse files
Alexey MoseyevAlexey Moseyev
authored andcommitted
modified configs
1 parent 48ca1c9 commit 3134643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Note 2: DB user (amoseyev) has to be created explicitly. The tool does not creat
2020

2121
## Installation
2222

23-
# Run below steps on DB host
23+
#### Run below steps on DB host
2424

2525
1. On target database create user password_reset_user with permissions to change password for other users:
2626

@@ -30,7 +30,7 @@ SQL> grant alter user to password_reset_user;
3030
SQL> grant connect to password_reset_user;
3131
```
3232

33-
# All below steps run on host where password reset tool is installed. "toolhost"
33+
#### All below steps run on host where password reset tool is installed. "toolhost"
3434

3535
2. Install Oracle client software on the machine. (Instant client is good enough)
3636

0 commit comments

Comments
 (0)