Re: Post RAC Operations
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Post-RAC-Operations-tp2235p2241.html
It is all related with the TWO_TASK environment variable, as I mentioned earlier.
That environment variable is set from the environment file located in 10.1.2 ORACLE HOME (apps tier)
This home is also known as tools home..
Example path:
/u01/install/APPS/fs2/inst/apps/ORAPROD_ermansrv1/ora/10.1.2/ORAPROD_ermansrv1.env
So you can just modify that file , especially the line that is setting the TWO_TASK;
example line:
TWO_TASK="ORAPROD"
export TWO_TASK
However, you shouldn't modify those files manually, because autoconfig will overwrite it anyways.
So, the answer of your question is " I believe you should update the s_tools_twotask and run autoconfig.."
-->>
<TWO_TASK oa_var="s_tools_twotask" osd="unix">ORAPROD</TWO_TASK>