#***************************************************************************
# $Copyright: Copyright (c) 2022 Veritas Technologies LLC. All rights reserved $
#***************************************************************************
#
# ---------------------------------------------------------------------------
#                  bporaimp_list.param
# ---------------------------------------------------------------------------
#
#  Lists the XML archives available according to search criteria.
#  Valid search criteria include any combination of
#  NAME, TABLES, FROMUSER, KEYWORD, ARCHIVE_DATE_FROM, and ARCHIVE_DATE_TO.
#
#  Script run by:
#      bporaimp parfile=bporaimp_list.param
#
# ---------------------------------------------------------------------------
#
LIST = Y
#
#  Oracle login credentials used to create archive
#  Only archives created using this Oracle userid are listed.
#
USERID = username1/password
#
#  Start date for the archive search
#
ARCHIVE_DATE_FROM = 05/01/2001
#
#  End date for the archive search
#
ARCHIVE_DATE_TO = 05/15/2001
#
#  Keyword phrase that NetBackup associated with the archive
#
KEYWORD = "ArchiveName Keywords"
#
#  Name of the archive
#
NAME = ArchiveName
#
#  Owner of the table
#
FROMUSER = username1
#
#  Name of the table 
#
TABLES = table1
#
#  File name to receive informational and error messages
#
LOG = /db/oracle/logs/archive/bporaimp_list.log
#
#  NetBackup master server
#
NB_ORA_SERV = ServerName
#
#  NetBackup Oracle client
#
NB_ORA_CLIENT = ClientName
