#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_table_from_files.param # --------------------------------------------------------------------------- # # Inserts data for a single table from a NetBackup XML archive that was # created using bporaexp as a set of XML files using the DIRECTORY parameter. # # Script run by: # bporaimp parfile=bporaimp_table_from_files.param # # --------------------------------------------------------------------------- # # Maximum number of rows inserted at a time # ROW_BUFFER = 1000 # # Name of the archive # NAME = ArchiveName # # Name of the table # TABLES = table1 # # The name of the directory for the input # DIRECTORY = /db/oracle/xml/archive # # 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_table_from_files.log