As system administrator, run .SystemProperties from the bin directory for On the System Properties page, click the Database tab, where you can select the On the Database tab, select the appropriate driver under Use Java Database Enter the user name and pa

3-10 Oracle Fusion Middleware System Administrators Guide for Oracle Content Server

4. On the Database tab, enter all the necessary JDBC connection information in the

fields for your system database database type, database user name, database user password, and so on.

5. Click OK.

You should now be able to run a standalone application. For example, as the Administrator user you created on the Oracle Content Server instance, run .BatchLoader.

3.4.2.2 Configuring a JDBC Database Driver for Standalone Mode

For the Oracle Content Server system to work with applications that only run in standalone mode, such as the Batch Loader utility, you must configure a JDBC driver for the system database or an external database provider. Oracle Fusion Middleware DataDirect JDBC drivers for SQL Server and DB2 databases are available to support Oracle Content Server standalone applications. You can use the SystemProperties utility to enter the configuration information.

1. As system administrator, run .SystemProperties from the bin directory for

the Oracle Content Server instance. ■ UNIX path: DOMAIN_HOMEucmcsbinSystemProperties ■ Windows path: DOMAIN_HOME\ucm\cs\bin\SystemProperties The SystemProperties utility starts.

2. On the System Properties page, click the Database tab, where you can select the

appropriate driver and enter the connection string, user name, and password. You do not need to enter a classpath or driver name, or copy any jar files. You can find JDBC connection string and user name information in the Oracle WebLogic Server Administration Console. Log in to the Administration Console, then select Services, then Data Sources, then CSDS or URMDS, and then Connection Pool . On the Connection Pool tab, the connection string is in the URL field, and the user name is in the Properties field. For security, the password is not displayed.

3. On the Database tab, select the appropriate driver under Use Java Database

Connectivity , and enter the connection string. ■ For Microsoft SQL Server, select DataDirect SQL Server JDBC Driver, and enter a connection string of this form: jdbc:weblogic:sqlserver:database_hostname:database_port_ number;databaseName=database_name ■ For IBM DB2, select DataDirect DB2 JDBC Driver, and enter a connection string of this form: jdbc:weblogic:db2:database_hostname:database_port_ number;databaseName=database_name

4. Enter the user name and password for the database in the JDBC User Name and

JDBC User Password fields.

5. Click OK.

6. Restart the Oracle Content Server instance. Managing System Processes 3-11

3.4.2.3 Configuring an External Database Provider for Standalone Mode