What is an “XCopy version”?

佐手、 提交于 2019-12-05 03:44:18

it appears to be referring to the same Xcopy command you are, and will do an Xcopy deployment, instead of using OUI. From the documentation (this, for example):

Administrators use XCopy to deploy Oracle Data Provider for .NET to large numbers of computers for production deployments. The XCopy has a smaller installation size and fine-grain control during installation and configuration than Oracle Universal Installer.

The install.bat for the 12c ODAC installer is doing:

xcopy asp.net %2 /E /F /R /Y >> %2\install.log

etc., for each component, where %2 is the path supplied to the installer, e.g. c:\oracle.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!