Usage of DBA Extensions with BMC Remedy

May 4th, 2010 by Venkat Leave a reply »

Note: Usage of DBA Extensions is an advanced tuning technique which may cause more harm than good if used without proper care. Knowledge RDBMS is required to take advantage with this feature. Contact your DBA for more help!!!

Database (DBA) Extensions –

In general DBA Extensions are used to take advantage of RDBMS and SQL statements to create Forms, indexes and allocate space to them. Creating DBA extensions is a advance performance tuning mechanism very few of Remedy Admins does, when they run out of all other possible ways to fine tune the system.

DBA extensions are mainly used to manage database space and improve overall system performance.

DBA extensions provide:

> Vast control over location and size allocation for tables and indexes

> Automatically referenced by the AR System during initial table and index creation

> Automatically referenced by the AR System during table rebuild operations

> Allows for Vendor specific customization.

DBA Extensions are implemented using a database configuration file (ardb)

This file is normally located in the following directory:

  • Unix – /etc/ardb.conf
  • Windows – AR_System_Install\Conf\ardb.cfg

Source: BMC Remedy AR System 7.x: Performance Tuning & Troubleshooting course material

Related posts:

  1. BMC ARSystem Remedy Extensions and what they mean
  2. Abydos extensions for Remedy SRM and ITSM 7.
  3. Calculate database size requirements for new AR System Remedy
  4. BMC Remedy AR System 7.5.0 Installation Guide
  5. BMC Remedy Performance Testing Tools
  6. Common Database Issues and Solutions with BMC Remedy AR Server
  7. Minimum DB2 database Transaction logsize for Installing BMC Remedy

Also check our Top posts of the week.


Advertisement

Leave a Reply