Hi guys. I have a issue and i need your assistante.
My enviroment:
RHEL 6.7
Grid standalone 11.2.0.3 --> Need upgrade to 11.2.0.4
Two databases:
ORADESA (business database). 11.2.0.3 (don't upgrade, just run over grid 11.2.0.4 enviroment)
ORADESABPM (bpm repository database). 11.2.0.3 --> Need upgrade to 11.2.0.4
I must upgrade ORADESABPM to 11.2.0.4 because Fusion Middleware 12cR2 requirements.
First: Upgrade Grid standalone installation from 11.2.0.3 to 11.2.0.4.
Upgrade steps works fine. ASM and every grid services starts fine, but...
ORADESA database (still 11.2.0.3) don't start, automatically or manually using srvctl.
ORADESABPM database (still 11.2.0.3) start automatically, but don't start manually using srvctl.
Error
I load grid 11.2.0.4 enviroments variables.
[oracle@oraclepruebas ~]$ which srvctl
/u01/app/11.2.0.4/grid/bin/srvctl
[oracle@oraclepruebas ~]$ srvctl start database -d ORADESA
PRCD-1027 : Failed to retrieve database ORADESA
PRCD-1229 : An attempt to access configuration of database ORADESA was rejected because its version 11.2.0.3.0 differs from the program version 11.2.0.4.0. Instead run the program from /u01/app/oracle/product/11.2.0.3/desa/dbhome_1.
Ok, then i load ORADESA 11.2.0.3 enviroments variables
[oracle@oraclepruebas ~]$ which srvctl
/u01/app/oracle/product/11.2.0.3/desa/dbhome_1/bin/srvctl
[oracle@oraclepruebas ~]$ srvctl start database -d ORADESA
PRCR-1079 : Failed to start resource ora.oradesa.db
CRS-5017: The resource action "ora.oradesa.db start" encountered the following error:
ORA-01078: failure in processing system parameters
. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0.4/grid/log/oraclepruebas/agent/ohasd/oraagent_oracle/oraagent_oracle.log".
CRS-2674: Start of 'ora.oradesa.db' on 'oraclepruebas' failed
Is there another task post upgrade step?
I try
"srvctl downgrade database" to 11.2.0.3 but nothing.
Thanks