Description queryDB_util
enables searching the object database according to search parameters.
Syntax
# queryDB_util [-t <table_name>] [-o <object_name>] [-a]
[-mu <modified_by>] [-mh <modified_from>]
[-ma <modified_after>] [-mb <modified_before>] [-p{m|u|h|t|f}]
[-f <filename>] [-h] [-q]
Parameter |
Description |
---|---|
|
The name of the table. |
|
The name of the object. |
|
All objects. |
|
The name of the administrator who last modified the object. |
|
The host from which the object was last modified. |
|
The date after which the object was modified |
|
The date before which the object was modified |
|
Short print options:
|
|
The name of the output file |
|
Display command help |
|
Quit. |
Example Print modification details of all objects modified by administrator "aa":
query> -a -mu Bob -pm Object Name:my_object Last Modified by:Bob Last Modified from:london Last Modification time:Mon Jun 19 11:44:27 2000
Object Name:internal_ca Last Modified by:Bob Last Modified from:london Last Modification time:Tue Jun 20 11:32:58 2000
A total of 2 objects match the query. |