Wednesday 10 September 2014

renaming a deployment server, do not forget media objects

Remember to update where your MO queue’s point to, copy the physical files and the actual F00165 records in some circumstances.

replace is very cool string function in oracle.

update sy910.f98moque set omqupath =  replace(omqupath,'OLDSERVER','NEWSERVER') ;
commit;

No comments: