There was an error while loading. Please reload this page.
1 parent b2117c9 commit 0e5217eCopy full SHA for 0e5217e
README.md
@@ -35,6 +35,16 @@ For performance concern, you may want to disable the disk asynch IO:
35
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_DISABLE_ASYNCH_IO=true wnameless/oracle-xe-11g
36
```
37
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
+
48
Connect database with following setting:
49
50
hostname: localhost
0 commit comments