Issue with 11gR2 (11.2.0.4) - Single Node - Impossible to start Instance with srvctl/crsctl, nut pos
Hi,
I have installed 11gR2 on a Linux Box version 6.3.
I installed the Grid (GRID_HOME=/oracle/app/product/grid/11.2.0), then Database (ORACLE_HOME=/oracle/app/product/app/11.2.0). (Installed Software only for the Database).
I created the ASM architecture during the Grid installation, and it works fine.
I created then a Database using scripts and ran the scripts for creating the catalog ==> OK
==========
@$ORACLE_HOME/rdbms/admin/catalog.sql;
@$ORACLE_HOME/rdbms/admin/catblock.sql;
@$ORACLE_HOME/rdbms/admin/catproc.sql;
@$ORACLE_HOME/rdbms/admin/catoctk.sql;
@$ORACLE_HOME/rdbms/admin/owminst.plb;
connect "SYSTEM"/"&&systemPassword"