From the Source Type dropdown list, select Oracle Content Server, and click

21-28 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter - Add an entry for the JRE 1.6 version sqljdbc4.jar for SQLServer of the driver jar to the CLASSPATH element of ORACLE_HOME searchconfigsearchctl.conf. - Restart the middle tier. b. Update the drivers.properties file with the following information: DatabaseName:DriverClassName . c. Add the JRE 1.5 JDBC driver jar file name to the classpath in META-INFMANIFEST.MF of appsjdbc.jar and DBCrawler.jar. For example, change: Class-Path: sqljdbc.jar rsscrawler.jar ....pluginmessages.jar to Class-Path: db2jcc.jar sqljdbc.jar rsscrawler.jar ....pluginmessages.jar and change: Class-Path: appsjdbc.jar to Class-Path: db2jcc.jar appsjdbc.jar For a key attribute that is not named KEY, change the JDBC driver information in the drivers.properties file to specify the key attribute name: database_name: driver_class_name, key_attribute_name For example, for a key attribute named ID: oracle : oracle.jdbc.driver.OracleDriver, ID In the crawling query, use key_attribute_name as the alias for the key value column name. In this example, ID is the alias for KEYVAL: SELECT keyval id, content, url, lastmodifieddate, lang FROM sales_only Oracle and SQL Server databases: The following default drivers are used if none is specified in drivers.properties: ■ Oracle: oracle.jdbc.driver.OracleDriver ■ SQL Server: com.microsoft.sqlserver.jdbc.SQLServerDriver 2. Required for IBM DB2 databases only: a. Make sure that no crawlers are running that use the database crawler source. In the Oracle SES administration tool, check the crawler progress and status on the Home - Schedules page. Click Refresh Status. b. Remake the appsjdbc.jar file and the DBCrawler.jar file. Ensure that the META-INFMANIFEST.MF was updated correctly; otherwise, the crawler fails with the following error in the crawler log file: EQP-80406: Loading JDBC driver failed c. Modify the Oracle_Homesearchlibpluginsoracleapplicationsdrivers. properties file to include the following line: db2: com.ibm.db2.jcc.DB2Driver