Closed
Description
1. Not a compatible architecture: x86_64
#8 123.2 Examining /var/tmp/yum-root-mL2lc3/oracle-database-xe-21c-1.0-1.ol7.x86_64.rpm: oracle-database-xe-21c-1.0-1.x86_64
#8 123.2 Cannot add package https://download.oracle.com/otn-pub/otn_software/db-express/oracle-database-xe-21c-1.0-1.ol7.x86_64.rpm to transaction. Not a compatible architecture: x86_64
#8 123.2 Error: Nothing to do
Resolve
./buildContainerImage.sh -x -o "--platform=linux/amd64"
2 DB failed to start when the SID not equal to XE
runOracle.sh
# Call relinkOracleBinary.sh before the database is created or started
if [ "${ORACLE_SID}" != "XE" ]; then
source "$ORACLE_BASE/$RELINK_BINARY_FILE"
fi;
Metadata
Metadata
Assignees
Labels
No labels