Skip to content

Commit da53524

Browse files
committed
Fix Oracle 11.2 installation hanging at 76% by disabling Java JIT compilation during database creation
1 parent 08395bf commit da53524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install-OracleDatabase11.2/dbca.rsp.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ SYSPASSWORD = "{{ORACLE_PASSWORD}}"
1010
SYSTEMPASSWORD = "{{ORACLE_PASSWORD}}"
1111
CHARACTERSET = "{{ORACLE_CHARACTERSET}}"
1212
SAMPLESCHEMA={{ORACLE_SAMPLESCHEMA}}
13+
INITPARAMS="java_jit_enabled=false"

0 commit comments

Comments
 (0)