Skip to content

Commit 0e5217e

Browse files
authored
Update README.md
1 parent b2117c9 commit 0e5217e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ For performance concern, you may want to disable the disk asynch IO:
3535
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_DISABLE_ASYNCH_IO=true wnameless/oracle-xe-11g
3636
```
3737

38+
For XDB user, run this:
39+
```
40+
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ENABLE_XDB=true wnameless/oracle-xe-11g
41+
```
42+
```
43+
# Login http://localhost:8080 with following credential:
44+
username: XDB
45+
password: xdb
46+
```
47+
3848
Connect database with following setting:
3949
```
4050
hostname: localhost

0 commit comments

Comments
 (0)