#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_old_archive.param # --------------------------------------------------------------------------- # # Restores all tables from a NetBackup XML archive and inserts # the data into Oracle. # The latest archive is used from the date period specified. # Keywords are used to refine the search. # # Script run by: # bporaimp parfile=bporaimp_old_archive.param # # --------------------------------------------------------------------------- # # Start date for the archive search # ARCHIVE_DATE_FROM = 05/01/2001 # # End date for the archive search # ARCHIVE_DATE_TO = 05/15/2001 # # Keyword phrase that NetBackup associated with the archive # KEYWORD = "ArchiveName Keywords" # # 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_old_archive.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName