Oracle Client Installation Error: Reference data is not available to verify the prerequisites for this operating system distribution
Http://tunps.com/p/11797.html
The reason is that the Oracle Client 11g version does not support the latest WIN10 system.
Open the Oracle Client 11g installation package directory: \CLIENT\STAGE\CVU
Edit the two XML files in this directory: oracle.client_InstantClient.xml andcvu_prereq.xml
<operating_system release= "6.2" >
<version value= "3"/>
<architecture value= "64-bit"/>
<name value= "Windows ten"/>
<ENV_VAR_LIST>
<env_var name= "PATH" max_length= "1023"/>
</ENV_VAR_LIST>
</OPERATING_SYSTEM>
Add the above content to two files. Problem solving.
Question two:
This prerequisite tests whether the total physical memory of the system is at least 128MB (131072.0KB). (More info)
Expected value
: N/A
Actual value
: N/A
http://bbs.csdn.net/topics/360115616
Directly click on the "Ignore All" radio box in the upper right corner
Oracle Client Installation Error