File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ Run this, if you want the database to be connected remotely:
2020docker 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-
2823For performance concern, you may want to disable the disk asynch IO:
2924```
3025docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_DISABLE_ASYNCH_IO=true wnameless/oracle-xe-11g
@@ -54,6 +49,7 @@ username: XDB
5449password: xdb
5550```
5651
52+ By default, the password verification is disable(password never expired)
5753Connect database with following setting:
5854```
5955hostname: localhost
You can’t perform that action at this time.
0 commit comments