JVM Crashs Adding Several Columns Using ALTER TABLE Statement
(Doc ID 405086.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Lite - Version 10.0.0.0.1 to 10.3.0.3.0 [Release 10.0 to 10.3]Information in this document applies to any platform.
Symptoms
The following error occurs while adding columns into an existing table...
SQL> alter table l_antr_avmg add (i_abbuchen_jn varchar2(1), i_widerspruch_jn
rchar2(1), i_speichern_jn varchar2(1), i_verbraucherinformation_jn varchar2(1)
i_email varchar2(100));
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b4a33ed, pid=2884, tid=214
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode)
# Problematic frame:
# C [olobj40.dll+0x433ed]
#
# An error report file with more information is saved as hs_err_pid2884.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |