Table of Contents

Search

  1. Preface
  2. Introduction
  3. Servers
  4. Console Client
  5. Search Clients
  6. Table Loader
  7. Update Synchronizer
  8. Globalization
  9. Siebel Connector
  10. Web Services
  11. ASM Workbench
  12. Cluster Merge Rules
  13. Forced Link and Unlink
  14. System Backup and Restore
  15. Batch Utilities

db_util Utility

db_util Utility

The db_util utility unlocks a Rulebase Server after the server shuts down unexpectedly. When you run the db_util utility, the utility internally runs an SQL script that deletes the
IDS_nn_INUSE
table and removes the lock related entry in the
IDS_FDT_META
table.
To run the db_util utility, use the following command format:
db_util ids:rb [Rulebase Number] [-c<Utility Name>] [-s<SQL Script Name>]
The db_util utility uses the following parameters:
Rulebase Number
Optional. Rulebase number for the Rulebase Server that you want to unlock. By default, the utility uses the rulebase number that you specified in the connection string.
Utility Name
Optional. Utility to run the SQL script. Default is sqlplus.
SQL Script Name
Optional. Absolute path and name for the SQL script that the utility internally creates. By default, the utility creates an SQL script named,
myscript.sql
, in the current working directory. Use this parameter when you do not have the write permission to the current working directory.
The following sample command overrides the rulebase number in the connection string and unlocks the Rulebase Server:
$SSABIN/db_util ids:rb 03 -csqlplus -s/tmp/dbscript.sql

0 COMMENTS

We’d like to hear from you!