Siebel Database Upgrade Guide > Preparing an IBM DB2 Database for a Siebel Upgrade >

Verifying IBM DB2 Permissions for a Siebel Upgrade


Upgrades from: All Supported Siebel releases.

Environments: Development, production test, production.

Databases: IBM DB2 only.

Platforms: UNIX only.

This topic is part of an upgrade process. See How to Perform a Siebel Database Upgrade.

If you are running IBM DB2 on the AIX or Solaris platform, perform the following steps before executing the Siebel Database upgrade.

To verify DB2 permissions

  1. Navigate to the instance home directory.
  2. Use the following command to verify that the directory sqllib/function/routine/sqlproc has write permission for the group:

    ls -ld sqllib/function/routine/sqlproc

  3. To authorize group write permission, enter the following command:

    chmod g+w sqllib/function/routine/sqlproc

Siebel Database Upgrade Guide Copyright © 2008, Oracle. All rights reserved.