#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_tables.param # --------------------------------------------------------------------------- # # Restores multiple tables from a NetBackup XML archive and inserts # the data into Oracle. # The latest archive is used by default. # # Script run by: # bporaimp parfile=bporaimp_tables.param # # --------------------------------------------------------------------------- # # Name of the archive # NAME = ArchiveName # # Name of the tables # TABLES = table1, table2 # # 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_tables.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName