-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Description
Hi, Getting following error while installing oracle 12.2.0.1 SE2 on local machine.
Error String :
Checking swap space: must be greater than 150 MB. Actual 16007 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-11-02_09-02-55AM. Please wait ...[FATAL] [INS-10105] The given response file /opt/oracle/install/db_inst.rsp is not valid.
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.a: Invalid content was found starting with element 'oracle.install.db.OSDGDBA_GROUP'. One of '{oracle.install.responseFileVersion, oracle.install.option, oracle.install.db.ConfigureAsContainerDB, SELECTED_LANGUAGES, ORACLE_HOSTNAME, INVENTORY_LOCATION, UNIX_GROUP_NAME, oracle.install.db.InstallEdition, ORACLE_BASE, ORACLE_HOME, oracle.install.db.rac.configurationType, oracle.install.db.rac.serverpoolName, oracle.install.db.rac.serverpoolCardinality, oracle.install.db.CLUSTER_NODES, oracle.install.db.isRACOneInstall, oracle.install.db.racOneServiceName, oracle.install.db.DBA_GROUP, oracle.install.db.OPER_GROUP, oracle.install.db.BACKUPDBA_GROUP, oracle.install.db.DGDBA_GROUP, oracle.install.db.KMDBA_GROUP, oracle.install.IsBuiltInAccount, oracle.install.OracleHomeUserName, oracle.install.OracleHomeUserPassword, oracle.install.db.config.starterdb.type, oracle.install.db.config.starterdb.SID, oracle.install.db.config.starterdb.globalDBName, oracle.install.db.config.PDBName, oracle.install.db.config.pdbName, oracle.install.db.config.starterdb.characterSet, oracle.install.db.config.starterdb.memoryLimit, oracle.install.db.config.starterdb.installExampleSchemas, oracle.install.db.config.starterdb.memoryOption, oracle.install.db.config.starterdb.storageType, oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation, oracle.install.db.config.starterdb.fileSystemStorage.dataLocation, oracle.install.db.config.starterdb.password.ALL, oracle.install.db.config.starterdb.password.SYS, oracle.install.db.config.starterdb.password.DBSNMP, oracle.install.db.config.starterdb.password.SYSTEM, oracle.install.db.config.starterdb.password.PDBADMIN, oracle.install.db.config.starterdb.managementOption, oracle.install.db.config.starterdb.omsHost, oracle.install.db.config.starterdb.omsPort, oracle.install.db.config.starterdb.emAdminUser, oracle.install.db.config.starterdb.emAdminPassword, oracle.install.db.config.starterdb.walletPassword, oracle.install.db.config.starterdb.enableRecovery, oracle.install.db.config.asm.diskGroup, oracle.install.db.config.asm.ASMSNMPPassword, SECURITY_UPDATES_VIA_MYORACLESUPPORT, DECLINE_SECURITY_UPDATES, MYORACLESUPPORT_USERNAME, MYORACLESUPPORT_PASSWORD, PROXY_PORT, PROXY_HOST, PROXY_USER, PROXY_PWD, PROXY_REALM, COLLECTOR_SUPPORTHUB_URL, AUTOUPDATES_MYORACLESUPPORT_USERNAME, AUTOUPDATES_MYORACLESUPPORT_PASSWORD, oracle.installer.autoupdates.option, oracle.installer.autoupdates.downloadUpdatesLoc}' is expected.
A log of this session is currently saved as: /tmp/OraInstall2017-11-02_09-02-55AM/installActions2017-11-02_09-02-55AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location.
I attempted to pass "dba" and "root" to oracle.install.db.OSDGDBA_GROUP property in db_inst.rsp file. but not luck.
Help me to resolve this ASAP.
Thanks
anudeepmk