본문 바로가기

Information Technology/oracle

Oracle SQL Developer - Unable to create an instance of the Java Virtual Machine


http://www.faisalmb.com/blog/post/2009/06/23/Oracle-SQL-Developer-Unable-to-create-an-instance-of-the-Java-Virtual-Machine.aspx

---------------------------
Oracle SQL Developer
---------------------------
Unable to create an instance of the Java Virtual Machine
Located at path:
<SQLDEVELOPER>\jdk\jre\bin\client\jvm.dll
---------------------------
OK  
---------------------------

Resolution for this error which works for me, as follow :-


Open ide.conf file from

<SQLDEVELOPER>/jdev/bin/ide.conf
or
<SQLDEVELOPER>\ide\bin\ide.conf


In this file, change this line :
AddVMOption -Xmx512M

by

AddVMOption -Xmx256M

출처 : http://damipic.tistory.com/101

'Information Technology > oracle' 카테고리의 다른 글

SUBSTR  (0) 2010.09.02
sql DECODE  (0) 2010.09.02