We are testing out SE2 to build out an application on AWS EC2, RHEL 7.
I ran a silent install with no issues:
export DISTRIB=`pwd`
[oracle@- database]$ ./runInstaller -silent \
> -responseFile $DISTRIB/response/my_db_install.rsp \
> oracle.install.option=INSTALL_DB_SWONLY \
> UNIX_GROUP_NAME=oinstall \
> INVENTORY_LOCATION=/app/oracle/oraInventory \
> SELECTED_LANGUAGES=en \
> ORACLE_HOME=/app/oracle/product/12.1.0.2/se2 \
> ORACLE_BASE=/app/oracle \
> oracle.install.db.InstallEdition=SE2 \
> oracle.install.db.isCustomInstall=false \
> oracle.install.db.DBA_GROUP=dba \
> oracle.install.db.OPER_GROUP=dba \
> oracle.install.db.BACKUPDBA_GROUP=dba \
> oracle.install.db.DGDBA_GROUP=dba \
> oracle.install.db.KMDBA_GROUP=dba \
> SECURITY_UPDATES_VIA_MYORACLESUPPORT=false \
> DECLINE_SECURITY_UPDATES=true
Created the database with no issues:
Connect to inspect and EE is shown:
sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Sun Aug 14 23:58:21 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> select name from v$database;
NAME
---------
ORAPROD
SQL> select cdb from v$database;
CDB
---
NO
SQL> set lines 120
SQL> select * from v$version;
BANNER CON_ID
-------------------------------------------------------------------------------- ----------
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production 0
PL/SQL Release 12.1.0.2.0 - Production 0
CORE 12.1.0.2.0 Production 0
TNS for Linux: Version 12.1.0.2.0 - Production 0
NLSRTL Version 12.1.0.2.0 - Production
The download of SE2 I took a couple of weeks ago from OTN, the download file for disk 1 does not indicate SE2 in it's name.
linuxamd64_12102_database_1of2.zip
linuxamd64_12102_database_se2_2of2.zip
I checked again and the name of the file downloaded is still linuxamd64_12102_database_1of2.zip
Is that the problem?
I have deinstalled once and ran again with the same result.
Any ideas why EE is being installed instead of SE2?
Any help would be appreciated.
database linuxamd64_12102_database_1of2.zip linuxamd64_12102_database_se2_2of2.zip