Siebel Database Upgrade Guide > Upgrading the Siebel Database >

Preparing to Run the Siebel Database Configuration Wizard


Environments: Development, production test, production.

Use this topic to identify the information you must enter when running the DatabaseConfiguration Utilities. Collect this information, and verify that it is correct before running the utilities.

NOTE:  If you are running Siebel Business Applications, version 8.1.1 and wish to migrate to an 8.1.1 version Siebel Industry Applications (SIA), you do so with the Database Configuration Wizard.

The Database Configuration Utilities are a group of wizards that request information about the upgrade process you want to perform. The utilities add this information to a master upgrade file and call an SQL generator. The SQL generator uses the information to create or populate SQL files:

  • Table 21 lists the information that the utilities request for performing an upgrade.
  • Table 22 lists the additional information specific to Additive Schema Changes mode.

After the Database Configuration Wizard exits you run the Upgrade Wizard. The Upgrade Wizard executes the SQL files against the Siebel database.

Table 21. Information Required for the Database Configuration Utilities
Field Name or Menu
Required Information

Gateway Name Server Address

The Siebel Gateway Name Server machine name.

Enterprise Server Name

The Enterprise Server name.

Siebel Server Directory

The absolute path of the directory where the Siebel Server is installed. For UNIX, do not enter the string $SIEBEL_ROOT.

Siebel Database Server Directory

The absolute path of the directory where the Siebel Database Server is installed, for example: C:\sba8x\dbsrvr.

RDBMS Platform

Choose the RDBMS type.

Siebel Database Operation menu

For upgrep, upgphys and Prepare for Production modes, choose Upgrade Database.

For Apply Additive Schema Changes mode, choose Apply Additive Schema Changes.

The remaining menu choices are for database installation and administration.

Environment Type

Choose Development for development environment upgrades.

Choose Production for production test environment and production environment upgrades.

Upgrade Options

Choose one of the following:

  • Development Environment:
    • Upgrade Siebel Database Schema (upgrep)
    • Upgrade Custom Database Schema (upgphys)
  • Production Environment:
    • Upgrade Siebel Database Schema (upgrep and upgphys)

Siebel Industry Application

Choose the industry application you are upgrading from, such as SIA.

Current Siebel Version

Choose the application version you are upgrading from.

For incremental repository merge: Choose v8_1_1SIA_To_v8_1_1_9SIA if your current Siebel version is either v8.1.1GA SIA or any of the Fix Packs from v8.1.1.1 to v8.1.1.9. You must choose this option even if your Siebel application is on v8.1.1.10 but you have not performed Incremental Repository Merge in v8.1.1.10. Choose v8_1_1_10 if you current Siebel version is v8.1.1.10

Database Encoding

Indicate whether your database uses a Unicode code page.

ODBC Data Source Name

Verify the ODBC name for connecting to the Siebel database you are upgrading. If it is not correct, then enter the correct ODBC name.

Database User Name and Database Password

Account name and password for the Siebel administrator of the Siebel database you are upgrading.

Database Table Owner and Database Table Owner Password

Account name and password for the Siebel database table owner.

Index Table Space Name and Table Space Name

Oracle Database and IBM DB2 database only. Index table space name and table space name (4-KB table space name for DB2).

16-KB Table Space Name, 32K Table Space Name

IBM DB2 only. The 16-KB and 32-KB tablespace names.

Database Server OS

Choose the RDBMS server operating system type.

Parallel Indexing

Oracle only. Select parallel indexing if you want SQL commands for index creation to include the arguments parallel, no logging.

This causes an index to be created using parallel processing. This requires an RDBMS server with multiple CPUs. See your DBA to confirm if your RDBMS server is configured for parallel processing.

TIP:   Oracle Library search phrase: parallel execution.

Selecting parallel indexing does not cause multiple indexes to be created simultaneously, in parallel. To do this, you must set up parallel index-creation threads using Siebel Upgrade Tuner. You create parallel threads as part of tuning the production upgrade files. See Tuning the Siebel Upgrade Files.

Security Group ID/Grantee

Security group or grantee name for Siebel application users. Must have select, update, insert, and delete privileges on Siebel application tables. Default is SSE_ROLE.

Log Output Directory

Accept the default or enter the directory name. If the directory does not exist, then it will be created. Do not use special characters such as spaces or slashes.

Select runupg option

Indicate whether you want to run the operation you configured, or run it at another time.

Additional Information Required for Apply Additive Schema Changes Mode

You can optionally run the Database Configuration Utilities in Apply Additive Schema Changes mode. Additive Schema Changes generates an SQL script, schema.additive.sql. The script contains production upgrep schema changes that can be performed while the database is online. This reduces the amount of time required for the upgrep when the database is offline.

The additional information shown in Table 22 is required when you run the Database Configuration Utilities in Apply Additive Schema Changes mode.

Table 22. Additional Information Required for Apply Additive Schema Changes Mode
Field Name
Required Information

Schema File

The absolute path to the schema.ddl file. If a path is displayed, then verify that schema.ddl is located in this directory.

Output Directory

The absolute path to the directory where schema.additive.sql will be placed after the Upgrade Wizard generates it. The Upgrade Wizard also places the log file in this directory.

Related Topics

About the Siebel Database Configuration Utilities

About Siebel Additive Schema Changes Mode

Siebel Database Upgrade Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.