How can I install Oracle 12c SE2 with compatibility mode set to 11.2.0 before creating any database?
I would like to install Oracle 12c SE2 (11.2.0.2.0) with the compatibility parameter set to 11.2.0 before creating any database. So far I have tried these approaches, separate and all at once, and failed.
1. Supply $ORACLE_HOME/dbs/spfileTEST.ora and $ORACLE_HOME/dbs/initTEST.ora
3. Set *.compatibility=11.2.0 in the response file to the OUI
3. Patching $ORACLE_HOME/assistants/dbca/templates/General_Purpose.dbc and set the compatibility value to 11.2.0
Note: ORACLE_SID is set to TEST
Kind regards,
R.