The sysbuobjses table lists the backup object name and session ID. You can join the sysbuobjses table with the sysbusession table on the ses_id column to get all the backup objects in a specific session.
| Column | Type | Description |
|---|---|---|
| obj_name | CHAR(149) | Object name |
| ses_id | CHAR(128) | Name of the backup or restore session |