8785211 patch post installation issue
dear colleagues,
i was advised to apply patch 8785211 as prerequisite for another patch
after applying the patch i followed the post installation step:
3.3.7.1 Loading Modified .sql Files into the Database
...
> sqlplus /nolog
SQL> CONNECT / AS SYSDBA
SQL> SHUTDOWN IMMEDIATE
SQL> STARTUP MIGRATE
SQL> @catcpu.sql
==>
received error
*************************************************************************************************
SQL> @catcpu.sql;
PL/SQL procedure successfully completed.
0 rows deleted.
1 row created.
Commit complete.
DECLARE
*
ERROR at line 1:
ORA-20000: server version does not match script
ORA-06512: at line 8
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Pr
oduction
With the Partitioning, OLAP and Data Mining options
E:\Oracle\patches\8785211\files\bundle\Patch36>