#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_large_table.param # --------------------------------------------------------------------------- # # Restores a single table from a NetBackup XML archive and inserts # the data into Oracle. # In order to limit the amount of rollback required, the COMMIT # parameter is used to commit after each array insert. # The latest archive is used by default. # # Script run by: # bporaimp parfile=bporaimp_large_table.param # # --------------------------------------------------------------------------- # # Name of the archive # NAME = ArchiveName # # Name of the table # TABLES = table1 # # Commit after each array insert instead of using the default of # commiting after the table is inserted. # COMMIT = 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_large_table.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName