#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_ignore_rows_table.param # --------------------------------------------------------------------------- # # Restores a single table from a NetBackup XML archive and inserts # the data into Oracle. # The table already contains rows which are ignored. # The latest archive is used by default. # # Script run by: # bporaimp parfile=bporaimp_ignore_rows_table.param # # --------------------------------------------------------------------------- # # Name of the archive # NAME = ArchiveName # # Name of the table # TABLES = table1 # # Ignore existing rows instead of using the default to exit if rows # exist in the table. Errors will be reported in the LOG file. # IGNORE_ROWS = Y # # 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_ignore_rows_table.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName