Posts

Showing posts from May 3, 2023

Moving an Oracle Fusion Middleware Database to a New Host using chghost.sh

Image
  Steps to move Fusion database to a different host   Source: host: tficttapps OS: Solaris 11.4 Weblogic 12.2.1.4 Manged Services: WLS_FORMS, WLS_REPORTS Database: 19c Database and FMW is running currently from same host. We want to migrate database to a different host Target   Host:  tfictdb OS:     AIX 7.2 Database: 19c Stop  the Managed Servers and the Database services. change all database sources to point to new database host     Give new database host details host:port/service_name   This will change configuration xml under  /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config   like LocalSvcTblDataSource-jdbc.xml opss-audit-jdbc.xml     Database Part  clone/migrate the database on the target host start listener and the database and make sure that FMW application host has connectity to the new database host and database connection can be established       chghost   This is the supported utility we will be using fo