oracle-12c icon indicating copy to clipboard operation
oracle-12c copied to clipboard

One of the required property is missing in the response file

Open nmrao opened this issue 9 years ago • 1 comments

While trying to install, noticed the following error:

CAUSE: Syntactically incorrect response file. Either unexpected variables are specified or expected variables are not specified in the response file. ACTION: Refer the latest product specific response file template SUMMARY: - cvc-complex-type.2.4.b: The content of element 'properties' is not complete. One of '{oracle.install.IsBuiltInAccount, oracle.install.OracleHomeUserName, oracle.install.OracleHomeUserPassword, oracle.install.db.config.pdbName, oracle.install.db.config.starterdb.walletPassword, PROXY_REALM, AUTOUPDATES_MYORACLESUPPORT_USERNAME, AUTOUPDATES_MYORACLESUPPORT_PASSWORD, oracle.installer.autoupdates.option, oracle.installer.autoupdates.downloadUpdatesLoc}' is expected.

Workaround used: Added the following property to the response file oracle.installer.autoupdates.option=false

nmrao avatar Aug 11 '15 11:08 nmrao

With new version "false" is invalid. It says that value must be from enumerator list so SKIP_UPDATES works for me.

oracle.installer.autoupdates.option=SKIP_UPDATES

ecamaj avatar Mar 09 '17 12:03 ecamaj