#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_bfile_table.param # --------------------------------------------------------------------------- # # Restores a single table from a NetBackup XML archive and inserts # the data into Oracle. # The table contains BFILE columns. # The latest archive is used by default. # # Script run by: # bporaimp parfile=bporaimp_bfile_table.param # # --------------------------------------------------------------------------- # # Name of the archive # NAME = ArchiveName # # Name of the table # TABLES = table1 # # Directory for the output of the BFILE columns # This directory must also exist in Oracle and match the name used # in the export file. Oracle's CREATE DIRECTORY command is used to # create the directory before the import. # BFILE_DIRECTORY = /db/oracle/bfiles # # Oracle login credentials # The Oracle USERID that exported the table must be the same as the # Oracle USERID that is importing the table. # USERID = username1/password # # File name to receive informational and error messages # LOG = /db/oracle/logs/archive/bporaimp_bfile_table.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName