Hi Experts,
We have schedule job which run by Control M failing with below error i Alert log.
ORA-00443: background process "EMNC" did not start
Actually, Jobs is doing refresh of some schema. and doing start up force following with shutdown immediate then open a database with restricted session.
startup force;
shu immediate;
startup mount pfile='${LOG}/init${ORACLE_SID}.ora';
alter database noarchivelog;
What could be the problem??
Responses are highly appreciated.