
Chapter 5. Runtime environment configuration 215
9. Import database settings.
If the validation runs correctly, enter the following commands to run the
configuration task to import the database settings:
WPSconfig.bat database-transfer-import
10.After importing the database tables, perform a reorg check to improve
performance.
a. Open a DB2 command window.
b. Run the following commands from the DB2 command window for each
WebSphere Portal database (for example, wps50, wpcp50, fdbk50):
db2 connect to <database_name>
db2 reorgchk update statistics on table all
db2 terminate
db2rbind <database_name> -l db2rbind.out -u <db2_admin> -p <password>
11.Star