#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_partitions.param # --------------------------------------------------------------------------- # # Restores multiple table partitions from a NetBackup XML archive and # inserts the data into Oracle. # The partition name indicates the export partition only and the rows are # inserted according to the partitioning scheme of the target table. # The latest archive is used by default. # # Script run by: # bporaimp parfile=bporaimp_partitions.param # # --------------------------------------------------------------------------- # # Name of the archive # NAME = ArchiveName # # Name of the table partitions # TABLES = table1:partition1, table1:partition3 # # Oracle login credentials # The Oracle USERID that exported the table partitions must be the same as the # Oracle USERID that is importing the table partitions. # USERID = username1/password # # File name to receive informational and error messages # LOG = /db/oracle/logs/archive/bporaimp_partitions.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName