Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle 11g on Oracle Linux 8

User_U2AHCOct 25 2022

Trying to install Oracle 11g on Oracle Linux 8 vm on the Oracle Cloud. Downloaded zip files for 11.2.0.1 for Linux x86_64, because that is all I could find on the download site for Linux x86_64. Unzipped them and did the preinstall stuff. Created a response file for a silent install. But, I get an error:
[INS-07009] Unable to load bean store
CAUSE: Unexpected error while loading the bean store.
ACTION: Refers logs or contact Oracle Support Services
SUMMARY:
- invalid character % in name

I have tried changing the PS1 env var. No luck. And tried everything else I could Google. Any ideas would be greatly appreciated

Thanks

[oracle@vm-oracle-11 database]$ more /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.6"
.....
[oracle@vm-oracle-11 database]$ lscpu
Architecture: x86_64
.....
[oracle@vm-oracle-11 database]$ ./runInstaller -ignoreSysPrereqs -ignorePrereq -waitforcompletion -logLevel trace -silent -responseFile /u01/db_install.rsp
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB. Actual 24223 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4083 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2022-10-25_12-05-05AM. Please wait ...[WARNING] [INS-07009] Unable to load bean store
CAUSE: Unexpected error while loading the bean store.
ACTION: Refers logs or contact Oracle Support Services
SUMMARY:
- invalid character % in name
[SEVERE] - Email Address Not Specified
------------------
values from response file:
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=vm-oracle-11.subnet.vcn.oraclevcn.com
UNIX_GROUP_NAME=oinstall
SELECTED_LANGUAGES=en
ORACLE_HOME=/u01/app/oracle/product/11.2.0.1/db_1
ORACLE_BASE=/u01/app/oracle
oracle.install.db.InstallEdition=SE
oracle.install.db.isCustomInstall=false
oracle.install.db.DBA_GROUP=dba
DECLINE_SECURITY_UPDATES=true
..........
[oracle@vm-oracle-11 logs]$ more oraInstall2022-10-25_12-05-05AM.err
---# Begin Stacktrace #---------------------------
ID: oracle.install.commons.util.exception.DefaultErrorAdvisor:93
oracle.install.commons.bean.BeanStoreException: [INS-07009] Unable to load bean store
at oracle.install.commons.bean.xml.XmlBeanStore.load(XmlBeanStore.java:109)
at oracle.install.commons.bean.xml.XmlBeanStoreFactory.newBeanStore(XmlBeanStoreFactory.java:38)
at oracle.install.commons.bean.xml.XmlBeanStoreFactory.newBeanStore(XmlBeanStoreFactory.java:31)
at oracle.install.commons.flow.FlowBuilder.openBeanStores(FlowBuilder.java:456)
at oracle.install.commons.flow.FlowBuilder.buildFlow(FlowBuilder.java:216)
at oracle.install.commons.flow.FlowApplication.loadFlow(FlowApplication.java:136)
at oracle.install.commons.base.driver.common.Installer.loadFlow(Installer.java:194)
at oracle.install.commons.flow.FlowApplication.run(FlowApplication.java:149)
at oracle.install.commons.base.driver.common.Installer.run(Installer.java:260)
at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:126)
at oracle.install.commons.util.Application.startup(Application.java:869)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
Caused by: oracle.xml.parser.v2.XMLDOMException: invalid character % in name
at oracle.xml.util.XMLUtil.validateName(XMLUtil.java:381)
at oracle.xml.parser.v2.XMLDocument.createElement(XMLDocument.java:702)
at oracle.install.commons.util.XmlTag.createXmlTag(XmlTag.java:244)
at oracle.install.commons.util.XmlTag.getXmlTag(XmlTag.java:268)
at oracle.install.commons.util.XmlTag.setText(XmlTag.java:139)
at oracle.install.commons.bean.xml.PropertyFileFormat.toDocument(PropertyFileFormat.java:104)
at oracle.install.commons.bean.xml.PropertyFileFormat.ext2raw(PropertyFileFormat.java:85)
at oracle.install.commons.bean.xml.XmlBeanStore.load(XmlBeanStore.java:105)
... 15 more

---# End Stacktrace #-----------------------------

Comments

Processing

Post Details

Added on Oct 25 2022
3 comments
8,687 views