#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_archive.param # --------------------------------------------------------------------------- # # Restores all table data from a NetBackup XML archive and inserts # the data into Oracle. # The latest archive is used by default. # # Script run by: # bporaimp parfile=bporaimp_archive.param # # --------------------------------------------------------------------------- # # Name of the archive # NAME = ArchiveName # # Oracle login credentials # The Oracle USERID that exported the tables must be the same as the # Oracle USERID that is importing the tables. # USERID = username1/password # # File name to receive informational and error messages # LOG = /db/oracle/logs/archive/bporaimp_archive.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName