#*************************************************************************** # $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $ #*************************************************************************** # # --------------------------------------------------------------------------- # bporaexp_partitions.param # --------------------------------------------------------------------------- # # Archives multiple table partitions using a NetBackup Policy. # # Script run by: # bporaexp parfile=bporaexp_partitions.param # # --------------------------------------------------------------------------- # # Maximum number of rows fetched at a time # ROW_BUFFER = 1000 # # Keyword phrase that NetBackup associates with the archive # KEYWORD = "ArchiveName Keywords" # # Name of the archive # The master XML schema file will be called ArchiveName.xsd # NAME = ArchiveName # # Names of the table partitions to be archived # USERID must have SELECT access on all tables # TABLES = username1.table1:partition1, username1.table1:partition3 # # Oracle login credentials # USERID = username1/password # # File name to receive informational and error messages # LOG = /db/oracle/logs/archive/bporaexp_partitions.log # # NetBackup master server # NB_ORA_SERV = ServerName # # NetBackup Oracle client # NB_ORA_CLIENT = ClientName # # NetBackup Oracle policy # NB_ORA_POLICY = PolicyName # # NetBackup Oracle backup policy schedule # NB_ORA_SCHED = Default-Application-Backup