Skip to content

Commit e40f3fc

Browse files
authored
Update README.md
1 parent 88c380a commit e40f3fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ Run this, if you want the database to be connected remotely:
2020
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
2121
```
2222

23-
By default, the password verification is disable(password never expired). If you want it back, run this:
24-
```
25-
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_PASSWORD_VERIFY=true wnameless/oracle-xe-11g
26-
```
27-
2823
For performance concern, you may want to disable the disk asynch IO:
2924
```
3025
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_DISABLE_ASYNCH_IO=true wnameless/oracle-xe-11g
@@ -54,6 +49,7 @@ username: XDB
5449
password: xdb
5550
```
5651

52+
By default, the password verification is disable(password never expired)
5753
Connect database with following setting:
5854
```
5955
hostname: localhost

0 commit comments

Comments
 (0)