Description
Hello,
I was been testing the image in test environment, its been failing with the response file error. Any known issue of fix for this ?
docker run --privileged --name oracle11g -p 1521:1521 -v /root/docker-images/OracleDatabase/dockerfiles/11.2.0.2:/install jaspeen/oracle-11g
Database is not installed. Installing...
Installing Oracle Database 11g
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 9919 MB Passed
Checking swap space: must be greater than 150 MB. Actual 10239 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2016-12-06_08-25-17PM. Please wait ...[FATAL] [INS-10105] The given response file /assets/db_install.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.config.starterdb.dbcontrol.enableEmailNotification'. One of '{"":oracle.install.responseFileVersion, "":oracle.install.option, "":SELECTED_LANGUAGES, "":INVENTORY_LOCATION, "":UNIX_GROUP_NAME, "":oracle.install.db.InstallEdition, "":ORACLE_HOME, "":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.EEOptionsSelection, "":oracle.install.db.optionalComponents, "":oracle.install.db.config.starterdb.type, "":oracle.install.db.config.starterdb.SID, "":oracle.install.db.config.starterdb.globalDBName, "":oracle.install.db.config.starterdb.characterSet, "":oracle.install.db.config.starterdb.memoryLimit, "":oracle.install.db.config.starterdb.enableSecuritySettings, "":oracle.install.db.config.starterdb.storageType, "":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.SYSMAN, "":oracle.install.db.config.starterdb.password.SYSTEM, "":oracle.install.db.config.starterdb.control, "":oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL, "":oracle.install.db.config.starterdb.automatedBackup.enable, "":oracle.install.db.config.starterdb.automatedBackup.osuid, "":oracle.install.db.config.starterdb.automatedBackup.ospwd, "":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.
- Thanks
Ramu
Activity
gramudba commentedon Dec 7, 2016
Please ignore the above, i have resolved by myself.
bbraendle commentedon Dec 15, 2016
@gramudba Could you please state how your solved the problem.
I ran into it myself.
Thanks,
Benjamin
julianohaze commentedon Jan 19, 2017
I'm facing this problem too.
How did you solve it?
bbraendle commentedon Jan 20, 2017
I created a rsp file myself. The file that worked for me is attached.
hopfully this helps.
db_install.rsp.txt
julianohaze commentedon Jan 20, 2017
I was installing the wrong version.
It worked when I installed the version 11.2.0.1.0.
grassbl8d commentedon Oct 1, 2017
I tried the response file since I was trying to install 11.2.0.4.0. I ended up at 76% then installer hangs. I switched back to Oracle 11.2.0.1.0 which I think the version it works for.
IdelCoder commentedon Nov 7, 2019
To address these problems, you need to download source code of this repository. Then modify assets/dbca.rsp according to the pull request, i.e., modify line 611 to
INITPARAMS="memory_target=0,sga_target=500,pga_aggregate_target=100,java_jit_enabled=false"
.Now, you can proceed to build an image by yourself.
hieplq commentedon Jan 7, 2020
i get same issue a resolve it with bellow:
with 11.2.0.2 come back one commit, use commit c1b3f72 (Readme changed)
latest is for 11.2.0.4 so answer file dbca.rsp isn't compatible
@jaspeen it's better to make branch for it? one for 11.2.0.2 and other for 11.2.0.4
njohnjoel commentedon Apr 3, 2020
I am getting the same issue .
db_install_11g.rsp.txt