Restore tables with large objects

ON-Bar supports table-level restores of smart large objects and binary large objects.
  • Smart large objects

    Table-level restore also supports smart large objects for physical restore only (restore from level-0 archive).

    The storage location of the smart large object columns being restored must be specified with the PUT clause in the CREATE TABLE statement. The restored smart large objects are created with the create-time flags LO_NOLOG and LO_NOKEEP_LASTACCESS_TIME. These flags override the LOG and KEEP ACCESS TIME column attributes if they are specified in the target table for the smart large object column.

  • Binary large objects

    Table-level restore supports restoring tblspace binary large objects, but not blobspace binary large objects. If you attempt to restore a blobspace binary large object, the value is set to NULL and a warning is issued.