Re: Post RAC Operations
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Post-RAC-Operations-tp2235p2331.html
your s_systemname should be DBOFINP1.
How did you end up with DBOFINP?
Check the db tier context file as well. Check s_systemname in db context file.
It should be DBOFINP1. If not ->
Ensure that you have taken a backup of your environment.
Clean the topology information:
EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT;
EXIT;
From OAM, change the s_systemname from the application tier context files from FINPRD1 to FINPRD, so they can match the values as in the DB context files.
Run autoconfig in all DB nodes;
Run autoconfig in all Apps nodes.
In short, the s_systemname in db and apps context file should be equal and in your case it should be set to DBOFINP1