Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
ORB_OH_Idnr int NUMBER(38,0) int int false ID of the object.
ORB_CBackupObj varchar (200) VARCHAR2 (200 CHAR) varchar(200) varchar (200) true Name of the custom backup object that will be executed.
ORB_CRollbackObj varchar (200) VARCHAR2 (200 CHAR) varchar(200) varchar (200) true Name of the custom rollback object that will be executed.
ORB_FBackupPath varchar (255) VARCHAR2 (255 CHAR) varchar(255) varchar (255) true File backup Path.
ORB_FDeleteBefore smallint NUMBER(38,0) smallint smallint true Indicates whether or not files are deleted before the start of the restore.
ORB_FInclSubDirs smallint NUMBER(38,0) smallint smallint true Indicates whether or not sub-directories will be included.

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_ORB ORB_OH_Idnr true true true false
NK_ORB_CBackupObj ORB_CBackupObj false false false false
NK_ORB_CRollbackObj ORB_CRollbackObj false false false false

Foreign Keys:

Name Local References Foreign References
FK_ORB_OH ORB_OH_Idnr OH_Idnr

Return to the Index File