Example 1: No Optional Parameters Specified If no optional parameters are

Patching Oracle WebCenter 5-13 A sample upgrade properties upgrade.properties file is available in the WebCenter_ORACLE_HOME webcenterscriptsupgrade_11.1.1.4 directory.

5.4.3.4.6 Formatting Your Properties File You must make sure you escape values correctly

in your properties file. This is particularly import to when entering Windows paths because all backslashes must be escaped with backslashes in other words, a single backslash is represented by two backslashes in a Java properties file. Refer to the following URL for details: http:java.sun.comjavase6docsapijavautilProperties.htmlload28 java.io.Reader29 Below is a sample properties file on a Windows operating system: domain.directory=C:\\Middleware\\domains\\ domain_name oracle.home=C:\\Middleware\\Oracle_WC1 admin.user=weblogic admin.url=t3:examplehost:7001 admin.server=AdminServer nodemanager.user= node_manager_user nodemanager.host=localhost nodemanager.port=5556 nodemanager.type=ssl upgrade.custom.spaces=false Below is a sample properties file on a UNIX operating system: domain.directory=homeMiddlewaredomains domain_name oracle.home=homeMiddlewareOracle_WC1 admin.user=weblogic admin.url=t3:examplehost:7001 admin.server=AdminServer nodemanager.user= node_manager_user nodemanager.host=localhost nodemanager.port=5556 nodemanager.type=ssl upgrade.custom.spaces=false user.config.file Name and location of a user configuration file which contains an encrypted username and password. When you create a user configuration file, the storeUserConfig command uses a key file to encrypt the username and password. Only the key file that encrypts a user configuration file can decrypt the username and password. NOTE: if you set this property then you will not need to pass a password and it will not use the admin.user and admin.url properties. See helpstoreUserConfig in WLST for details on how to create a user configuration file. user.key.file Name and location of the key file that is associated with the specified user configuration file and is used to decrypt it. NOTE: you only need to set this property if you set the user.config.file property. See helpstoreUserConfig in WLST for details on how to create a user configuration file. Table 5–2 Cont. Upgrade Properties File Property Description