Skip to content

oracle xe 21 database installation issue on M1 Mac (Hit docker issue, not possible to resolve) #2215

Closed
@PhilipMok-cc

Description

@PhilipMok-cc

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions