3
Answers

how to solve this problem

Photo of ma ouml

ma ouml

7y
223
1
Hi friends ,
I have a virtual machine windows RAM = 2GO, hard drive = 45GB
and when i install oracle 11g it will show me this error i do not know how to solve
 
[INS-32011]The location of the original Oracle Home directory that you specified contains a space.
 
thanks in advance 
 

Answers (3)

0
Photo of Rajeesh Menoth
NA 24.7k 629.6k 8y
Hi,
 
var is an implicit type and string is an explicit type but these declarations are functionaly equivalent
 
Reference :
 
http://stackoverflow.com/questions/16790143/what-is-the-difference-between-var-and-string-in-c
Accepted