#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaimp_table_to_files.param # --------------------------------------------------------------------------- # # Restores the XML schema and document files associated with a # single table from a NetBackup XML archive to a directory. # # Script run by: # bporaimp parfile=bporaimp_table_to_files.param # # --------------------------------------------------------------------------- # # Name of the archive # NAME = ArchiveName # # Name of the table # TABLES = table1 # # The name of the directory for the output # RESTORE_TO_DIRECTORY = /db/oracle/xml/archive # # Oracle login credentials used to create archive # USERID = username1/password # # File name to receive informational and error messages # LOG = /db/oracle/logs/archive/bporaimp_table_to_files.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName