Select the connection name, and click Delete.

Managing Oracle SES Search in WebCenter 21-21 Verify that the Oracle WebCenter Discussions back end has been configured properly by noting that the MyPrefix_DISCUSSIONS user is installed in RCU. Then verify that the Oracle WebCenter Discussions Crawler has been configured properly by noting that the MyPrefix_DISCUSSIONS_CRAWLER user is installed in RCU. ■ Microsoft SQL Server databases: Verify that the Oracle WebCenter Discussions back end has been configured properly by noting that the MyPrefix_DISCUSSIONS user is installed in RCU. Then verify that the Oracle WebCenter Discussions Crawler has been configured properly by noting that the MyPrefix_DISCUSSIONS_CRAWLER user is installed in RCU. ■ IBM DB2 databases: Verify that the Oracle WebCenter Discussions back end has been configured properly by noting that the MyPrefix_DS user is installed in RCU. Then verify that the Oracle WebCenter Discussions Crawler has been configured properly by noting that the MyPrefix_DC user is installed in RCU. If the Discussions Crawler component is not installed, then you must install it using RCU, selecting the same prefix that was used for the Oracle WebCenter Discussions component. Also, during the tablespace specification step in RCU, select Prefix_IAS_DISCUSSIONS as the default tablespace. This installs the user for Oracle SES. For more information, see Chapter 7, Deploying WebCenter Applications. 2. Run the following tool to upgrade the data in the Oracle WebCenter Discussions database schema, if you have not run the tool yet: java -jar \ MW_HOMEdiscussionserverdiscussionserver-upgradeforses.jar \ command_line_parameters where command_line_parameters are the following MDS schema details and discussions database schema details: -mds_jdbc_user user_id \ -mds_jdbc_password password \ -mds_jdbc_url url \ -discussions_jdbc_user user_id \ -discussions_jdbc_password password \ -discussions_jdbc_url url where mds_jdbc_user, mds_jdbc_password, and mds_jdbc_url are the values to log in to the MDS schema, and discussions_jdbc_user, discussions_jdbc_password , and discussions_jdbc_url are the values to log in to the discussions database schema. Note: For IBM DB2 databases, MyPrefix is limited to five characters. IBM DB2 uses operating system users for authentication that is, the database user is actually an operating system user. Because some operating systems have an eight character limit for user names, this requires an eight character user name.