The bar_object table
The bar_object table contains descriptions of each backup object. This table is a list of all storage spaces and logical logs from each database server for which at least one backup attempt was made.
Column name | Type | Explanation |
---|---|---|
obj_srv_name | VARCHAR(128,0) | The database server name. Used to ensure that objects
are restored to the correct database server. Used when multiple database
servers are on the node to ensure that objects are restored in the
database server instance to which the object belongs. The database server name can be up to 128 characters. |
obj_oid | SERIAL | The object identifier. A unique number within the table. Can be used to join with the bar_action and bar_instance tables. |
obj_name | VARCHAR(128,0) | The user name for the object. The name can be up to 128 characters. |
obj_type | CHAR(2) | Backup object type:
|