分类: Oracle
2006-11-05 09:10:23
SQL> startup nomount ORA-01078: failure in processing system parameters ORA-01565: error in identifying file '+SISTEMA/pge/spfilepgec.ora' ORA-17503: ksfdopn:2 Failed to open file +SISTEMA/pge/spfilepgec.ora ORA-03113: end-of-file on communication channel SQL> |
1) Manual copy of the "libknlopt.a" library to the offending nodes :
- ensure all instances are shut down
- manually copy $ORACLE_HOME/rdbms/lib/libknlopt.a
from the local node to all remote nodes
- relink Oracle on all nodes :
make -f ins_rdbms.mk ioracle
2) Install the patchset on every node using the "-local" option: