ccmdb info database_path [-k|-keyword keyword [-v|-value value]]
Use the ccmdb info command to report or change the characteristics of a database.
With no options, the ccmdb info command shows all database information except size.
Any user can obtain information about the database using the default (database_path with no options) or the -keyword option. However, you must be user ccm_root to run this command with the -value option.
[ attr_name | case | database | hostname | next_cvid ]
By default, user-defined and additional Rational Synergy attributes are not accelerated.
The case keyword values have significant impact on your database:
The default mode is PRESERVE, which causes Rational Synergy to store the file and directory names in the case in which they were created. The LOWER mode causes file and directory names to be stored in lower case.
If a database contains objects with upper- or mixed-case names, changing case from PRESERVE to LOWER down cases all user input: queries, scripts, and so on containing upper- or mixed-case objects do not work correctly.
$ ccmdb info /vol/sargasso1/ccmdb/base72
VERSION=7.2
PLATFORM=aix710/800
DATABASE=oracle
HOSTNAME=sargasso
ORHOST=sargasso
DBPATH=/vol/sargasso1/ccmdb/base72/db
PROTECT=unprotected
ACTIVE=NO (database is inactive)
FILELIMIT=
CASE=PRESERVE
SCHEMA=0114
ACCELERATED=BUILT-IN:
member_status, created_in, local_to, modifiable_in, platform,
completed_in, crstatus, automatic_task_key, case_perserved_name
$ ccmdb info /vol/tom/ccmdb/alpha -k ORHOST -v bill
$ ccmdb info /vol/tom/ccmdb/alpha -k case -v preserve
$ ccmdb info -k next_cvid -v 10000 /orbit/ccmdb/basek2
Setting next cvid to 10000 for database /orbit/ccmdb/basek2.