The sysbusession table shows the status of the current backup or restore session. The information in the sysbusession table is similar to the onstat -g bus output.
| Column | Type | Description | ||
|---|---|---|---|---|
| id | CHAR(128) | Name of the backup or restore session. | ||
| count | INTEGER | Number of objects in the backup or restore session. | ||
| is_complete | INTEGER | A value of 1 means the session is complete. | ||
| is_waiting | INTEGER | A value of 1 means the session is waiting for work. | ||
| is_suspended | INTEGER | A value of 1 means the session is suspended. | ||
| error | INTEGER | Error value that is returned to the ON–Bar driver. | ||